Extend authentications for custom type #1335
vojtech-kasny
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Can you please extend authentication types for custom one
Our internal tool API requires authentication using OCP key in headers and token in body, response is BEARER
BEARER is refreshed every 4 hours
Example
/loginPOST{ "Ocp-Apim-Subscription-Key": "<key>", "Accept": "application/json", "Content-Type": "application/json" }{ "apiToken":"<token>" }{ "token": "<BEARER token>" }Beta Was this translation helpful? Give feedback.
All reactions