openfga/sdk-generator

[All SDKs] support OAuth2 scopes for authentication

Opened this issue · 0 comments

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