[All SDKs] support OAuth2 scopes for authentication
Opened this issue · 0 comments
le-yams commented
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
- JS SDK
- Go SDK (#256, openfga/go-sdk#62)
- .NET SDK
- Python SDK
- Java SDK (#257)