Reference Guide

Table Of Contents
HTTP response
codes
200
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"
}
GET method for OpenIDConnectProvider('ID')
Description Retrieves a specific OpenID Connect provider information.
Privilege VIEW
HTTP response
codes
200
Example
response body
{ /api/AccountService/ExternalAccountProvider /
OpenIDConnectProvider(ID)
}
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.EnableOIDCProviders
This URI enables multiple OIDC providers in OpenManage Enterprise or OME-Modular.
POST method for ExternalAccountProvider.EnableOIDCProviders
Description
Enables multiple OIDC providers in OpenManage Enterprise or OME-Modular.
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 enable all OIDC present in OME/OME-M.
Application settings 67