Skip to main content
Version: v3.3 print this page

SAML Role Mapping

A SAML Role mapping is a way of assigning a SAML Group with a role in Amorphic application.

Below is the sample resource definition file for SAML Role Mapping:

{
"rSAMLRoleMapping": {
"Type": "SAMLRoleMapping",
"Properties": {
"SamlGroupId": "cicd_admins",
"RoleId": {
"!DependsOn": "rRole.RoleId"
}
}
}
}