jmichas
jmichas

Reputation: 1159

How do I validate Access Tokens in IdentityServer4

I had previously used IdentityServer3 for a project and created a nice login flow utilizing the accesstokenvalidation endpoint. This seems to not be available in IdentityServer4.

What am I supposed to use?

I found the AccessTokenValidation Nuget but it doesn't appear to add an endpoint or maybe I have it configured wrong.

Thanks for any help.

Upvotes: 0

Views: 544

Answers (1)

mackie
mackie

Reputation: 5264

"Login flow" and "access token" aren't really things that should go together. Can you describe in more detail this flow please?

As for the accesstokenvalidation endpoint, to validate an access token in IDS4 world you'd use the introspection endpoint.

Upvotes: 1

Related Questions