Mengkueri konfigurasi Single Sign-On (SSO) berbasis pengguna.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetUserSsoSettings |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| UserSsoSettings |
object |
The configurations of user-based SSO. |
|
| AuxiliaryDomain |
string |
The auxiliary domain name. |
example.com |
| MetadataDocument |
string |
The metadata file, which is Base64-encoded. |
PD94bWwgdmVy**** |
| SsoEnabled |
boolean |
Indicates whether user-based SSO is enabled. |
false |
| SsoLoginWithDomain |
boolean |
Indicates whether the Security Assertion Markup Language (SAML) SSO requires a domain name in the
The default value is |
true |
| AuthnSignAlgo |
string |
The supported signature algorithm. Valid values:
|
rsa-sha1 |
| RequestId |
string |
The request ID. |
69FC3E5E-D3D9-434B-90CA-BBA8E0551A47 |
Contoh
Respons sukses
JSONformat
{
"UserSsoSettings": {
"AuxiliaryDomain": "example.com",
"MetadataDocument": "PD94bWwgdmVy****",
"SsoEnabled": false,
"SsoLoginWithDomain": true,
"AuthnSignAlgo": "rsa-sha1"
},
"RequestId": "69FC3E5E-D3D9-434B-90CA-BBA8E0551A47"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.