SAML logon
This method authenticates a user to the Vault using SAML authentication and returns a token that can be used in subsequent web services calls.
To make this API available, you need to enable the SAML IdP initiated SSO flow. |
URL
|
Resource information
HTTP method |
POST |
Content type |
application/x-www-form-urlencoded |
Body parameters
concurrentSession=true&apiUse=true&SAMLResponse=PHNhb...
|
All body parameters should be encoded in key-value fseparated by Each key and value should be separated by |
Parameter |
Description |
---|---|
SAMLResponse |
The SAML response from the ldP Type: string Mandatory: yes |
apiUse |
Always send with value Type: boolean Mandatory: yes Valid values: true |
concurrentSession |
Set this parameter to Type: boolean Mandatory: no Valid values: true/false Default: false |
Result
|
This method returns the session token.
Return codes
For a complete list of return codes, see Return Codes.