Menyelesaikan metadata untuk penyedia identitas.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ExecIdentityProviderMetadataUrlResolution |
get |
*Instance
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| OidcIssuer |
string |
Yes |
URL penerbit OIDC. |
https://login.example.com/.well-known/openid-configuration |
| NetworkAccessEndpointId |
string |
No |
ID titik akhir akses jaringan. |
inae_public |
| IdentityProviderId |
string |
No |
ID penyedia identitas di IDaaS. |
idp_mwpcwnhrimlr2horxXXXX |
| SamlMetadataUrl |
string |
No |
https://dc.test.com/FederationMetadata/2007-06/FederationMetadata.xml |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| IdentityProviderMetadata |
object |
Metadata penyedia identitas. |
|
| OidcOpenIdConfiguration |
object |
Metadata penyedia identitas OIDC. |
|
| 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 |
| SamlMetadataConfiguration |
object |
||
| IdPEntityId |
string |
http://dc.test.com/adfs/services/trust |
|
| IdPSsoUrl |
string |
https://dc.test.com/adfs/ls/ |
|
| Certificates |
array<object> |
||
|
object |
|||
| Content |
string |
-----BEGIN CERTIFICATE----- MIIE+zCCA0egAwIBAgIJAJZY0ZY0ZY0Z -----END CERTIFICATE----- |
Contoh
Respons sukses
JSONformat
{
"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"
},
"SamlMetadataConfiguration": {
"IdPEntityId": "http://dc.test.com/adfs/services/trust",
"IdPSsoUrl": "https://dc.test.com/adfs/ls/",
"Certificates": [
{
"Content": "-----BEGIN CERTIFICATE----- MIIE+zCCA0egAwIBAgIJAJZY0ZY0ZY0Z -----END CERTIFICATE-----"
}
]
}
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.