Reference Guide

Table Of Contents
HTTP response
codes
200
Example request
body
{
"Id": 2,
"Name": "ODICone",
"DiscoveryURI": "Discovery URI of OpenID" Server",
"AuthType": "USERNAME"/"TOKEN",
"UserName": "username",
"Password": "password",
"Token": "Initialized 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.
74 Application settings