Security: Add optional client_id attribute to OAuth2 #4836
hfhbd
started this conversation in
Enhancements
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If you use a 3rd party OAuth2 provider (like Google, Facebook, Microsoft), it is quite common to require the token needs to be created by your OAuth2 client, because your OAuth2 client requires specific scopes/permissions.
AFAIK it is not possible to specify the client_id in oauth-flow-object, is it?
Use-case: We don't want to implement the redirecting flows in our api provider but require the api consumer to proactively fetch an token first (using Resource Owner Password Flow with required mTLS) but this requires passing the client_id.
Beta Was this translation helpful? Give feedback.
All reactions