IdentityServer3.AccessTokenValidation icon indicating copy to clipboard operation
IdentityServer3.AccessTokenValidation copied to clipboard

Adding option for configuring IntrospectionEndpoint

Open amit-g opened this issue 8 years ago • 0 comments

IntrospectionEndpointTokenProvider currently uses <Authority>/connect/introspect as introspection endpoint which works perfectly with IdentityServer. Some other provides (e.g. Okta - see link below) have slightly different endpoint but currently there is no option to configure it. Is there a reason for not providing this as configuration option? We have updated the IdentityServerOAuthBearerAuthenticationOptions.cs to add an option for IntrospectionEndpointPath which is by default "connect/introspect". That works for us. Does it make sense to include it in the main repository? The same thing applies to ValidationEndpointTokenProvider as well which has connect/accesstokenvalidation as path with no option to configure.

https://developer.okta.com/docs/api/resources/oidc.html#introspection-request

amit-g avatar Sep 11 '17 06:09 amit-g