Queries the configurations of user-based single sign-on (SSO).
Try it now
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetUserSsoSettings |
get |
*All Resource
|
None |
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
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 |
Examples
Success response
JSON format
{
"UserSsoSettings": {
"AuxiliaryDomain": "example.com",
"MetadataDocument": "PD94bWwgdmVy****",
"SsoEnabled": false,
"SsoLoginWithDomain": true,
"AuthnSignAlgo": "rsa-sha1"
},
"RequestId": "69FC3E5E-D3D9-434B-90CA-BBA8E0551A47"
}
Error codes
See Error Codes for a complete list.
Release notes
See 变更详情 for a complete list.