ex_oauth2_provider icon indicating copy to clipboard operation
ex_oauth2_provider copied to clipboard

Token introspection

Open Ross65536 opened this issue 3 years ago • 1 comments

Relevant to issue

Implement token introspection as per RFC-7662:

  • introspection works on either access token or refresh token
  • introspection only works for tokens from the provided client

Useful to allow third party services to check for token validity if the access token is not signed like a JWT

Ross65536 avatar Aug 21 '21 16:08 Ross65536