-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: JWT token will always be used for user info, expiry and verification #243
feat: JWT token will always be used for user info, expiry and verification #243
Conversation
feat: if the token is a JWT it will always be used to verify and get the expiry - even if token introspection is enabled
11fd52a
to
a506569
Compare
@mmattel once this is merged the config setting 'use-token-introspection-endpoint' is to be removed from the docs |
Will that PR finish "soon"? |
This is not to be added to the next release. |
refs #241 (comment) |
Thanks for clarification 👍 |
a506569
to
af61681
Compare
Kudos, SonarCloud Quality Gate passed! |
Why not? |
Regarding the config.sample changes, these need to go into core and then transported to docs. I will file an issue in docs and a core pr. |
Well - 15 days ago the status of this all was different and I wanted to make sure that nothing breaks .... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👯
Revert "Merge pull request #243 from owncloud/feat/token-exchange-and…
Description
Whenever the given token is a JWT we try to use it for:
Motivation and Context
In some scenarios non JWT and JWT tokens can be used in parallel. We support this now.
Types of changes
Checklist:
Open tasks: