[All SDKs] support OAuth2 scopes for authentication #255
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
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 optionalscope
parameter should be added.SDKs to be updated
The text was updated successfully, but these errors were encountered: