Skip to content

OSS External ID Authorization


I. Go to the console.

II. Enter RAM > Users and select Grant Permission:

III. Finish createing the role:

IV. Edit policy information:

{
  "Statement": [
    {
      "Action": "sts:AssumeRole",
      "Condition": {
        "StringEquals": {
          "sts:ExternalId": "<Eexternal ID>"
        }
      },
      "Effect": "Allow",
      "Principal": {
        "RAM": [
          "acs:ram::<Authorizaed ID>:user/<Username>"
        ]
      }
    }
  ],
  "Version": "1"
}

V. Create a Policy:

VI. Enter RAM > Policies and click to continue creating policy:

VII. Enter the policy name and click OK:

VIII. In Roles > Permissions and click Grant Permission:

Feedback

Is this page helpful? ×