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

SAML Tag Mapping

A SAML Tag mapping is a way of assigning a SAML Group with a tag in Amorphic application.

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

{
"rSAMLTagMapping": {
"Type": "SAMLTagMapping",
"Properties": {
"SamlGroupId": "cicd_admins",
"Tag": "cicd#admins"
}
}
}