You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.