SamlProfile

SamlProfile
SamlProfile

Represents an Identity Provider SAML profile. It must be present only if idp_type=SAML

JSON Example
{
    "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"
}
object
samlNameIdUserAttributeMapping
Optional

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

samlIdentityUserAttributeMapping
Optional

SAML attribute which contains the user identity

string
requestNameIdFormatType
Optional

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

string
jitGroupMembershipAttrName
Optional

Specifies the group membership SAML attribute name.