API Guide

Table Of Contents
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.DeleteOIDCProviders
This API deletes OpenID Connect Provider details.
POST method for deleting OpenID Connect Providers
This method deletes the OpenID Connect Provider from OME-Modular or OpenManage Enterprise.
Description Deletes the OpenID Connect Provider from OME-Modular or OpenManage Enterprise.
Privilege SECURITY_SETUP
HTTP response
codes
201
Example request
body
{
"OidcServerIds":[1,2],
"IncludeAllIds":false
}
NOTE: If the attribute, IncludeAllIds, is set to "true", you need not provide the
OidcServerIds. The IncludeAllIds attribute enables all the OpenID Connect IDs in OME-
Modular or OpenManage Enterprise.
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.TestOIDCProviderRegistrationStatus
This URI represents the registration status of the OpenID Connect Provider in OME-Modular or OpenManage Enterprise.
POST method for registration status of OpenID Connect Provider
This method checks the registration status of the OpenID Connect Provider in OME-Modular or OpenManage Enterprise.
Description
Checks the registration status of the OpenID Connect Provider in OME-Modular or OpenManage
Enterprise.
Privilege SECURITY_SETUP
HTTP response
codes
201
Example request
body
{
"OidcServerIds":[1,2],
"IncludeAllIds":false
}
NOTE: If the attribute, IncludeAllIds, is set to "true", you need not provide the OidcServerIds. The
IncludeAllIds attribute enables all the OpenID Connect IDs in OME-Modular or OpenManage Enterprise.
Redfish resource model 783