Queries the identity provider settings for user-based SSO.
Try it now
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 |
|||
| UserSsoSettings |
object |
The user-based SSO settings. |
|
| AuxiliaryDomain |
string |
The auxiliary domain name. |
example.com |
| MetadataDocument |
string |
The metadata file. The value is Base64-encoded. |
PD94bWwgdmVy**** |
| SsoEnabled |
boolean |
Indicates whether user-based SSO is enabled. |
false |
| SsoLoginWithDomain |
boolean |
Specifies whether the
The default value is |
true |
| AuthnSignAlgo |
string |
The signature algorithm supported by the Alibaba Cloud service provider (SP). 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 Release Notes for a complete list.