Open korydraughn opened 1 year ago
A brief survey of public OpenID Providers' methods for validating access tokens:
A note on what we're trying to look for:
Ideally, we see if an introspection endpoint or JWT access token is provided. This is because they are well-defined methods in standards for verifying access tokens.
A brief survey of public OpenID Providers' methods for validating access tokens:
A note on what we're trying to look for:
Ideally, we see if an introspection endpoint or JWT access token is provided. This is because they are well-defined methods in standards for verifying access tokens.