Closed
Description
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
in OAuth2Client
.
Alternatives and current workarounds
Create a separate OAuth client and manage token manually.
Additional context
None.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done