We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
@rcbjBlueMars Confirming that you are expecting something of the form:
curl -H 'Authorization: Basic 0xFeeDdEAdBeefDeadBeEf' --request POST http://host:port/token -d '...'
... where the basic header is base64encoded(client_id:client_secret).
base64encoded(client_id:client_secret)
The base64 encoding would prevent a 'debugging' of the original client values separately, but could obviously include the encoded content header.
Sorry, something went wrong.
I believe that is what we want, yes.
bigfleet
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: