All Products
Search
Document Center

Resource Access Management:AliyunEiamFederationRAMSsoRolePolicy

Last Updated:Jul 08, 2025

AliyunEiamFederationRAMSsoRolePolicy is the authorization policy dedicated to a service role. In most cases, when a service role is created, the policy is attached to the service role. Then, the service role is authorized to access other cloud services. This policy is updated by the relevant Alibaba Cloud service. Do not attach this policy to a RAM identity other than a service role.

Policy details

  • Type: service system policy

  • Creation time: 14:22:10 on July 08, 2025

  • Update time: 14:22:10 on July 08, 2025

  • Current version: v1

Policy content

{
    "Version": "1",
    "Statement": [
        {
            "Action": [
                "ram:CreateSAMLProvider",
                "ram:CreateOIDCProvider",
                "ram:SetUserSsoSettings",
                "ram:GetUserSsoSettings"
            ],
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": [
                "ram:GetSAMLProvider",
                "ram:UpdateSAMLProvider",
                "ram:DeleteSAMLProvider"
            ],
            "Resource": "acs:ram::*:saml-provider/idaas-eiam*",
            "Effect": "Allow"
        },
        {
            "Action": [
                "ram:GetOIDCProvider",
                "ram:UpdateOIDCProvider",
                "ram:DeleteOIDCProvider",
                "ram:AddClientIdToOIDCProvider",
                "ram:RemoveClientIdFromOIDCProvider",
                "ram:AddFingerprintToOIDCProvider",
                "ram:RemoveFingerprintFromOIDCProvider"
            ],
            "Resource": "acs:ram::*:oidc-provider/idaas-eiam*",
            "Effect": "Allow"
        }
    ]
}

References