Reference Guide

Table Of Contents
Table 37. Attributes (continued)
Attribute name Description
ObjectGuid Unique group ID for directory service.
/api/AccountService/ExternalAccountProvider/
OpenIDConnectProvider
This URI creates an OpenID Connect (OIDC) provider in OpenManage Enterprise and OME-Modular.
POST method for OpenIDConnectProvider
Description Creates an OIDC provider in OpenManage Enterprise and OME-Modular.
Privilege SECURITY_SETUP
HTTP response
codes
201
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 OpenIDConnectProviders
Description
Retrieves all OpenID Connect provider information from OpenManage Enterprise and OME-Modular.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
/api/AccountService/ExternalAccountProvider/OpenIDConnectProviders
}
/api/AccountService/ExternalAccountProvider/
OpenIDConnectProvider('OIDCProviderID')
This URI updates the existing OIDC provider information.
PUT method for OpenIDConnectProvider('OIDCProviderID')
Description
Updates the existing OIDC provider information.
Privilege SECURITY_SETUP
66 Application settings