Authenticate using Azure Authenticator
This topic describes the Azure Authenticator API.
Use the Azure Authenticator API to send an authentication request from the Azure instance to Conjur.
For more information about the Azure Authenticator, see Azure Authenticator.
URI
|
service-id |
The ID of your Azure Authenticator webservice , for example AzureWS1 |
account |
The organization account name. |
host-id |
The identity of the application running on the Azure VM. This value should be the full |
Request
Header |
|
||
Body |
The body must include the Azure access token for Azure instance.
|
Example REST request
|
Response
Code |
Description |
---|---|
200 |
The response body is the access token |
400 |
Bad request. Check that the body is correct. |
401 |
The request lacks valid authentication credentials |
Response 200 example
Header
|
Body
Returns a base 64 access token of the host whose Azure AD token is provided in the input:
|
For more information about using the access token, see Authenticate.