I am trying setup a sample: a web application uses active directory log-on through thinktecture identity server 2.0.
Both Active Directory and Thinktecture IdentityServer are setup on a same machine.
I configured Thinktecture IdentityServer to use Active Directory Federation Service as identity provider. And Thintecture IdentityServer becomes a replying party trust.
When I request a log-on action from web application, there are two errors which are logged on ADFS:
Because I don't have enough 10 reputations, I will mask address "https://x.x.x.x/idsrv/" to idsrvAddress
First: Event ID: 184
A token request was received for a relying party identified by the key 'idsrvAddress', but the request could not be fulfilled because the key does not identify any known relying party trust. Key: idsrvAddress
This request failed.
User Action If this key represents a URI for which a token should be issued, verify that its prefix matches the relying party trust that is configured in the AD FS configuration database.
Second: Event ID: 364
Encountered error during federation passive request.
Additional Data
Exception details: Microsoft.IdentityServer.Web.InvalidScopeException: MSIS7007: The requested relying party trust 'idsrvAddress' is unspecified or unsupported. If a relying party trust was specified, it is possible that you do not have permission to access the trust relying party. Contact your administrator for details.
Please help me what I should do!