Skip to content

Add authentication mechanism for OpaqueToken #286

@hantsy

Description

@hantsy

Mentioned in #255, OAuth 2.1 still support opaque token instead of JWT token, and opaque token is used widely in the real world application.

When decoding the user claims, instead of decoding the jwt token itself, it sends a Http request to the predefined userInfoUri attribute.

I am not sure if we can consider both JWT and Opaque token introspection when we are introducing JWT authentication, #255 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions