Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rfc7662-compliant token introspection endpoint #60

Open
mike-marcacci opened this issue Sep 6, 2019 · 0 comments
Open

Add rfc7662-compliant token introspection endpoint #60

mike-marcacci opened this issue Sep 6, 2019 · 0 comments

Comments

@mike-marcacci
Copy link
Member

mike-marcacci commented Sep 6, 2019

Currently, a revocable token is passed as HTTP Basic credentials in the Authorization header. The authorization ID is used as the "username" and the authoriztion secret is used as the "password". For this to be possible, the authorization must include the scopes authx:authorization.equal.self.current:read.basic and authx:authorization.equal.self.current:read.scopes.

We need to consider a mechanism for supporting token introspection requests that follow rfc7662.

Currently, as there is no registration of resources, this isn't possible without deviating from the RFC's security recommendations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant