SamlProfile
Represents an Identity Provider SAML profile. It must be present only if idp_type=SAML
{
"samlNameIdUserAttributeMapping": {
"param1": "param1_value"
},
"samlIdentityUserAttributeMapping": {
"samlAttributeFormat": "urn:oasis:names:tc:SAML:2.0:attrname-format:basic",
"samlAttributeName": "uid",
"idmAttribute": "userName"
},
"requestNameIdFormatType": "urn:oasis:names:tc:SAML:2.0:nameid-format:transient",
"jitGroupMembershipAttrName": "groups"
}
VMware Identity Services user attribute mappings for each SAML attribute that is received in SAML response. The keys are the VMware Identity Services attribute names and the values are the SAML attribute names. If this field is not set, you must set SamlIdentityUserAttributeMapping. If both fields are set, SamlIdentityUserAttributeMapping take precedence
SAML attribute which contains the user identity
NameIdFormat to use in SAML requests to this identity provider. If not set, urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified will be used
Specifies the group membership SAML attribute name.