IdentityServer / IdentityServer4.AccessTokenValidation

IdentityServer Access Token Validation for ASP.NET Core
Apache License 2.0
544 stars 214 forks source link

ReferenceToken (scopes without secrets) with IdentityServer3 #91

Closed lukasz-ciura closed 7 years ago

lukasz-ciura commented 7 years ago

Hi, We have legacy IdentityServer3 that uses ReferenceToken without Introspection endpoint (scopes does not have secrets) - we cannot modify this.

Our application use ASP.NET Core 2.0 and only IdentityServer4.AccessTokenValidation is available for us.

Is it possible to use authorization with ReferenceToken in our situation?

Can we somehow force our application (ASP.Net core 2.0) to use Access token validation endpoint where secrets for scopes are not required?

leastprivilege commented 7 years ago

No. The old token validation endpoint is not supported anymore. You could manually implement it of course.

lukasz-ciura commented 7 years ago

Thanks for quick response.

Is there any other way to avoid checking of secrets for scopes?

leastprivilege commented 7 years ago

The introspection endpoint requires authentication.