Setting Up with An internal userstore, SAML, LDAP Or OIDC
Setting up with an internal userstore, SAML, LDAP or OIDC
Setting up with an internal userstore, SAML, LDAP or OIDC
Request
URI
POST
https://{opsmanager-installation}/api/v0/setup
COPY
Request Body
Setup
of type(s)
application/json
Required
OneOf
{
"identity_provider": "string",
"decryption_passphrase": "string",
"decryption_passphrase_confirmation": "string",
"http_proxy": "string",
"https_proxy": "string",
"no_proxy": "string",
"admin_user_name": "string",
"admin_password": "string",
"admin_password_confirmation": "string"
}
Responses
200
OK
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/setup
Authentication Setup Operations
POST
Setting Up with An internal userstore, SAML, LDAP Or OIDC