You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been exploring the authentication capabilities and noticed a couple of things:
Using the sub claim from JWTs as arguments:
I couldn’t find a way to reference the sub (subject) claim from a JWT as an argument in other calls. This is a very common pattern in API gateways, where many queries don’t explicitly take a user ID as an argument because it's already available in the auth token. Is there a way to do this currently, or is it planned?
OAuth support and token introspection:
I also didn’t see support for OAuth-based flows or token introspection. While JWKS helps with verifying tokens, there are scenarios where we need to introspect tokens (mainly to check revocation). Is OAuth support or token introspection planned for a future release?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
I've been exploring the authentication capabilities and noticed a couple of things:
Using the sub claim from JWTs as arguments:
I couldn’t find a way to reference the sub (subject) claim from a JWT as an argument in other calls. This is a very common pattern in API gateways, where many queries don’t explicitly take a user ID as an argument because it's already available in the auth token. Is there a way to do this currently, or is it planned?
OAuth support and token introspection:
I also didn’t see support for OAuth-based flows or token introspection. While JWKS helps with verifying tokens, there are scenarios where we need to introspect tokens (mainly to check revocation). Is OAuth support or token introspection planned for a future release?
Beta Was this translation helpful? Give feedback.
All reactions