-
Suggestion
-
Resolution: Unresolved
-
None
-
5
-
Issue Summary
Authorization header instruction for the audit log webhook configuration is not very clear.
Steps to Reproduce
- Go to Security > Audit log > Audit log settings > Webhook
- Follow the instruction to setup the webhook authorization
Optionally enter secure authorization credentials to authenticate a user agent with a server, allowing access to a protected resource. Encode the username and password as Authorization: Basic [credentials].
Actual Results
Entering any of the following format in the configuration page will cause authorization failures.
Authorization: Basic TOKEN Authorization: Bearer TOKEN TOKEN
Workaround
Enter either a basic token or bearer token in the Authorization Header field in the following format :
Basic TOKEN Bearer TOKEN
Suggestion
Please improve the instructions on setting up the authorization header for audit log webhooks.
- mentioned in
-
Page Loading...