Identity Providers REST Endpoints
SAML/Identity Providers
Manage Identity Providers (IdP). Oracle Identity Cloud Service provides cross-domain SSO capabilities via the OASIS SAML 2.0 SSO protocol and implements two modes of operation for Federation SSO--as an IdP where the user is authenticated on behalf of remote Service Providers (SP), and as an SP where Oracle Identity Cloud Service delegates authentication to a remote IdP. As an IdP, Oracle Identity Cloud Service can integrate with multiple SPs at the same time. As an SP, Oracle Identity Cloud Service can only integrate with a single IdP at any time. This REST API is SCIM compliant.
- Create an Identity Provider
- Method: postPath:
/admin/v1/IdentityProviders - Delete an Identity Provider
- Method: deletePath:
/admin/v1/IdentityProviders/{id} - Get an Identity Provider
- Method: getPath:
/admin/v1/IdentityProviders/{id} - HTTP Options
- Method:Path:
/admin/v1/IdentityProviders - Replace an Identity Provider
- Method: putPath:
/admin/v1/IdentityProviders/{id} - Search Identity Providers
- Method: getPath:
/admin/v1/IdentityProviders - Search Identity Providers Using POST
- Method: postPath:
/admin/v1/IdentityProviders/.search - Update an Identity Provider
- Method: patchPath:
/admin/v1/IdentityProviders/{id}