I’m trying to setup a JwtAuthProviderReader against identity server. I want to get the details from the /.well-known/opened-configuration endpoint.
I’m trying to use ConfigurationManager but am having trouble working out how to map the config manager elements into the JwtAuthProviderReader. I’ve seen some posts indicating it has been done but without any notion of how.
Is there a SS example for this or can anyone point me in the right direction?
These solutions use a custom AuthProvider to process Identity Server’s JWT directly although I prefer instead to let Identity Server handle the JWT Token and create the ClaimsPrincipal User and instead use the NetCoreIdentityAuthProvider to provide an adapter to map it to an Authenticated UserSession.