Reference Guide

Table Of Contents
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.TestOIDCProvider
This URI tests the OpenID provider discovery URI connection in OpenManage Enterprise or OME-Modular.
POST method for ExternalAccountProvider.TestOIDCProvider
Description Tests the OpenID provider discovery URI connection in OpenManage Enterprise or OME-Modular.
Privilege SECURITY_SETUP
HTTP response
codes
204
Example request
body
"Name":"OpenID Provider Name",
"DiscoveryURI":"Discovery URI of OpenID Server",
"AuthType":"USERNAME"/TOKEN,
"UserName":"username",
"Password":"password",
Token:Initalized Access Token,(This field is required only when
Authtype is TOKEN)
"Enabled":true,
"CertificateFile":"Content of TrustStore File"
}
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.TestOIDCProviderRegistrationStatus
This URI verifies the OpenID provider registration status.
POST method for
ExternalAccountProvider.TestOIDCProviderRegistrationStatus
Description
Verifies the OpenID provider registration status.
Privilege SECURITY_SETUP
HTTP response
codes
204
Example request
body
{{
"OidcServerIds":[1,2],
"IncludeAllIds":false
}
Note: If IncludeAllIds is set to true then no need to provide
OidcServerIds.
It will test all OIDC registration status in OME/OME-M
76 Application settings