Reference Guide

Table Of Contents
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.DisableOIDCProviders
This URI disables multiple OIDC providers in OpenManage Enterprise or OME-Modular.
POST method for ExternalAccountProvider.DisableOIDCProviders
Description Disables 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 disable all OIDC present in OME/OME-M
/api/AccountService/ExternalAccountProvider/Actions/
ExternalAccountProvider.DeleteOIDCProviders
This URI deletes OIDC provider information from OpenManage Enterprise or OME-Modular.
POST method for ExternalAccountProvider.DeleteOIDCProviders
Description
Deletes OIDC provider information from OpenManage Enterprise or OME-Modular
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
{
"OidcServerIds":[1,2],
"IncludeAllIds":false
}
Note: If IncludeAllIds is set to true then no need to provide
OidcServerIds.
It will delete all OIDC present in OME/OME-M
Application settings 75