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

[All SDKs] support OAuth2 scopes for authentication #255

Open
2 of 5 tasks
le-yams opened this issue Dec 15, 2023 · 0 comments
Open
2 of 5 tasks

[All SDKs] support OAuth2 scopes for authentication #255

le-yams opened this issue Dec 15, 2023 · 0 comments
Labels
dotnet-sdk Affects the C#/DotNet SDK enhancement New feature or request go-sdk Affects the Go SDK java-sdk Affects the Java/Kotlin SDK js-sdk Affects the JavaScript SDK python-sdk Affects the Python SDK

Comments

@le-yams
Copy link
Contributor

le-yams commented Dec 15, 2023

Description

Current SDKs only support Auth0's client credentials flow implementation.

In order to also support standard OAuth2 client credentials flow, the audience parameter should be made optional and another optional scope parameter should be added.

SDKs to be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-sdk Affects the C#/DotNet SDK enhancement New feature or request go-sdk Affects the Go SDK java-sdk Affects the Java/Kotlin SDK js-sdk Affects the JavaScript SDK python-sdk Affects the Python SDK
Projects
Status: Ready
Development

No branches or pull requests

2 participants