-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
hperl/per-client-token-types #3446
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3446 +/- ##
==========================================
- Coverage 76.84% 76.83% -0.01%
==========================================
Files 123 123
Lines 9073 9105 +32
==========================================
+ Hits 6972 6996 +24
- Misses 1659 1664 +5
- Partials 442 445 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
For the tests, please check that
|
d0cae03
to
1130b7f
Compare
1130b7f
to
af50266
Compare
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.
Please make this not available in OIDC dynamic client registration.
0b24070
to
ca93750
Compare
ca93750
to
a4612f1
Compare
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.
Great job, looks good!
merge conflicts 🙄 |
The access token type (`jwt` or `opaque`) can now be set in the client configuration. The value set here will overwrite the global value for all flows concerning that client.
a4612f1
to
2ec7a94
Compare
@aeneasr all resolved now :) |
The access token type (`jwt` or `opaque`) can now be set in the client configuration. The value set here will overwrite the global value for all flows concerning that client.
Related issue(s)
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got the approval (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further Comments