Client Credentials with the Local Connector? #4491
Unanswered
Radiergummi
asked this question in
Q&A
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.
-
I want to use Dex in a local development environment as part of a Docker Compose stack. It's used by a service that needs an OAuth Authorization Server to connect to and request a token from; essentially Dex is a standin for our production IdP.
I have set this up using SQLite and the local connector:
compose.yamlNow that works, but only using the
passwordgrant. Our application expects to be able to useclient_credentialsto request a token using, well, client credentials only.Is this supported in Dex right now when using the local connector, or only for upstream IdPs (using token exchange)?
Beta Was this translation helpful? Give feedback.
All reactions