Allow generating JWT access tokens even without using a resource server #1401
Closed
segevfiner
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
Where would you use such an Access Token? What would be its audience? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems you can currently only switch to JWT access tokens when using a resource server, it would be nice to be able to generate JWT access tokens when not using a resource server. It's obvious why this can be useful as such access tokens can be verified without access to the Provider/Adapter, at the expense of not supporting revocation if you don't check for that regardless.
Beta Was this translation helpful? Give feedback.
All reactions