Closed asalhani closed 1 year ago
This organization is not maintained anymore besides critical security bugfixes (if feasible). This organization will be archived when .NET Core 3.1 end of support is reached (3rd Dec 2022). All new development is happening in the new Duende Software organization.
The new Duende IdentityServer comes with a commercial license but is free for dev/testing/personal projects and companies or individuals making less than 1M USD gross annnual revenue. Please get in touch with us if you have any question.
Please find below the steps I applied in order to generate Reference Token instead of JWT:
[ClientScopes] Table
OIDC client configuration (Angular App)
[ApiResources] Table
[ApiSecrets] Table
[ApiScopes] Table
After applying the above configuration, IdentityServer service is returning reference token, also the reference token is being persisted in [PersistedGrants] table.
To validate the reference token, I was able to do that by hitting (/connect/introspect) API from Postman (below is the converted cURL request)
Response:
Issue: When I tried to access (/.well-known/openid-configuration) I’m getting the below exception:
Complete Stack trace: