Skip to content
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

OAuth 2.0 - CLient Credentials - not working with Duende Identity Server. #1987

Closed
VictorioBerra opened this issue Apr 3, 2024 · 2 comments · Fixed by #2039
Closed

OAuth 2.0 - CLient Credentials - not working with Duende Identity Server. #1987

VictorioBerra opened this issue Apr 3, 2024 · 2 comments · Fixed by #2039

Comments

@VictorioBerra
Copy link

Request for auth should look like so:

POST /connect/token
CONTENT-TYPE application/x-www-form-urlencoded

    client_id=client1&
    client_secret=secret&
    grant_type=client_credentials&
    scope=scope1

Bruno seems to send only JSON.

@helloanoop
Copy link
Contributor

This will go out in the 1.13.0 release. Please subscribe to Discord announcement channel to stay notified on the releases.

@sanjai0py
Copy link
Member

I am closing this issue as it has already been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants