Skip to content

How to use introspection-uri in the sample authorization server?  #1

@rrigoni

Description

@rrigoni

The endpoint /profile/me it is a kind of token introspection, how to get this authorization server working with the introspection-uri in the opaque-token configuration in a resource server as follow?

The exposed endpoints are /oauth/token_key, /oauth/check_token and /oauth/token (to generate the token). Is the introspection endpoint the /oauth/check_token?

security:
  oauth2:
    resourceserver:
      opaque-token:
        introspection-uri: https://idp.example.com/introspect
        client-id: client
        client-secret: secret

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions