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
You can specify apiTokenIssuer in ClientCredentials but the token path always defaults to "/oauth/token". That may not always be true as for me it's /oauth2/token.
I need to create a separate OAuth client and manage token manually.
Describe the ideal solution
Replace or add a new field in ClientCredentials to accept apiTokenURL (the entire path) or optionally add a field to allow overriding DEFAULT_API_TOKEN_ISSUER_PATH in OAuth2Client.
Alternatives and current workarounds
Create a separate OAuth client and manage token manually.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Describe the problem you'd like to have solved
You can specify
apiTokenIssuer
in ClientCredentials but the token path always defaults to "/oauth/token". That may not always be true as for me it's/oauth2/token
.I need to create a separate OAuth client and manage token manually.
Describe the ideal solution
Replace or add a new field in ClientCredentials to accept apiTokenURL (the entire path) or optionally add a field to allow overriding
DEFAULT_API_TOKEN_ISSUER_PATH
inOAuth2Client
.Alternatives and current workarounds
Create a separate OAuth client and manage token manually.
Additional context
None.
The text was updated successfully, but these errors were encountered: