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

Fix token introspection tokens validation #1209

Merged
merged 1 commit into from
Mar 9, 2019

Conversation

nbulaj
Copy link
Member

@nbulaj nbulaj commented Mar 7, 2019

Some fixes for issues addressed in #1204

  • Check validness of the token used to authorize (not revoked, expired, etc)
  • Don't allow to introspect token used for authorization

@nbulaj nbulaj force-pushed the improve-token-introspection branch 2 times, most recently from 8777f67 to b852b40 Compare March 7, 2019 10:33
Validate tokens in Token Introspection. Don't allow to introspect
token using the same token for authorization.
@nbulaj nbulaj force-pushed the improve-token-introspection branch from af4cd08 to 976a0fe Compare March 7, 2019 14:03
@nbulaj nbulaj merged commit 04389df into master Mar 9, 2019
@nbulaj nbulaj deleted the improve-token-introspection branch March 9, 2019 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants