After an enterprise IdP user logs in to the cloud platform, the cloud platform authenticates the identity and assigns permissions to the user based on the identity conversion rules. You can customize identity conversion rules based on your service requirements. If you do not configure identity conversion rules, the username of the federated user on the cloud platform is FederationUser by default, and the federated user can only access the cloud platform by default.
You can configure the following parameters for federated users:
If you configure identity conversion rules by clicking Create Rule, IAM will convert your specified parameters to the JSON format. Alternatively, you can click Edit Rule to directly configure rules in JSON format. For details, see Syntax of Identity Conversion Rules.
Parameter |
Description |
Remarks |
---|---|---|
Username |
Username of federated users in the cloud platform. |
To distinguish federated users from users in the cloud platform, it is recommended that you set the username to FederationUser-IdP_XXX. IdP indicates an IdP name, for example, AD FS or Shibboleth. XXX indicates a custom name. NOTICE:
|
User Groups |
User groups which the federated users belong to in the cloud platform. |
The federated users will inherit permissions from the groups to which they belong. You can select a user group that has already been created. |
Rule Conditions |
Conditions that a federated user must meet to obtain permissions from the selected user groups. |
Federated users who do not meet these conditions cannot access the cloud platform. You can create a maximum of 10 conditions for an identity conversion rule. The Attribute and Value parameters are used for the enterprise IdP to transfer user information to the cloud platform through SAML assertions. The Condition parameter can be set to empty, any_one_of, or not_any_of. For details about these parameters, see Syntax of Identity Conversion Rules. NOTE:
|
For example, set an identity conversion rule for administrators in the enterprise management system.
Only the user with ID 000000001 is mapped to IAM user FederationUser-IdP_admin and inherits permissions from the admin user group.
If a message indicating that the JSON file is incomplete is displayed, modify the statements or click Cancel to cancel the modifications.
Viewing identity conversion rules: Click View Rule on the Modify Identity Provider page. The identity conversion rules are displayed in JSON format. For details about the JSON format, see Syntax of Identity Conversion Rules.