Parses identity provider (IdP) metadata.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| OidcIssuer |
string |
Yes |
The OpenID Connect (OIDC) issuer URL. |
https://login.example.com/.well-known/openid-configuration |
| NetworkAccessEndpointId |
string |
No |
The network endpoint ID. |
inae_public |
| IdentityProviderId |
string |
No |
The ID of the IdP in IDaaS. |
idp_mwpcwnhrimlr2horxXXXX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| IdentityProviderMetadata |
object |
The metadata of the IdP. |
|
| OidcOpenIdConfiguration |
object |
The metadata of the OIDC IdP. |
|
| Issuer |
string |
The OIDC issuer information. |
https://demo.com/fe974231-3454-4b70-9326-70fb71e41bce/v2.0/ |
| AuthorizationEndpoint |
string |
The OAuth 2.0 authorization endpoint. |
https://demo.com/oauth2/default/v1/authorize |
| JwksUri |
string |
The OIDC JSON Web Key Sets (JWKS) URL. |
https://demo.com/oauth2/v1/keys |
| TokenEndpoint |
string |
The OAuth 2.0 token endpoint. |
https://demo.com/api/bff/v1.2/developer/oidc/token |
| UserinfoEndpoint |
string |
The OIDC user information endpoint. |
https://demo.com/api/bff/v1.2/developer/oidc/userinfo |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"IdentityProviderMetadata": {
"OidcOpenIdConfiguration": {
"Issuer": "https://demo.com/fe974231-3454-4b70-9326-70fb71e41bce/v2.0/",
"AuthorizationEndpoint": "https://demo.com/oauth2/default/v1/authorize",
"JwksUri": "https://demo.com/oauth2/v1/keys",
"TokenEndpoint": "https://demo.com/api/bff/v1.2/developer/oidc/token",
"UserinfoEndpoint": "https://demo.com/api/bff/v1.2/developer/oidc/userinfo"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.