- Issue created by @cspitzlay
The redirect URI is mandatory even though the "client credentials" grant does not require it.
If left empty you get:
Error message
1 error has been found:Redirect URIs (value 1)
What's more:
A recent change seems to have hidden the input field if "Authorization code" is unchecked so it is even less obvious what is wrong.
FWIW: A current workaround:
Temporarily check "Authorization code", enter a dummy URI, uncheck "Authorization code" and proceed with the proper configuration.
The redirect URI should no longer be required if only the client credentials is checked.
Active
1.19
Code