You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
IIRC:
The audience is the "realm/scope name" from the RP config.
The signing key is the "Symmetric Signing Key" from the RP config.
The issuer name is the "Site ID" from IdSvr's global config.
I'm trying to validate Jwt tokens released by Identity server on a Web API v2 app.
I'm actually using Katana's "UseJwtBearerAuthentication", but I have trouble in mapping Identity Server parameters in JwtBearerAuthenticationOptions.
I read the article http://leastprivilege.com/2013/09/15/using-authorizationserver-with-web-api-v2katanafirst-look/
where you show the "minimum" to have tokens decoded
Could you please explain how these parameters maps to IdentityServer configuration parameters ?
Thank you!
The text was updated successfully, but these errors were encountered: