Attribute Mapping for SAML Authentication

Certified Senior Developer

Hi all, 

I'd like to know how to configure this section of the admin console.

In other clients we have it has been configured as follows:

But it is not clear to me where these values ​​should be taken from the SAML assertion.

From what it says in the documentation, I understand that the name of the attribute should be taken, right?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Exacto, en la respuesta SAML , recibiras la informacion de los atributos de la siguiente forma

    <saml2:Attribute FriendlyName="userCode"

                                 Name=http://es.xxx.com/userCode

                                 NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"

                                 >

                    <saml2:AttributeValue xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

                                          xsi:type="xs:string">90</saml2:AttributeValue>

                </saml2:Attribute>

    Y ese es el valor que luego tienes que usar en la configuracion SAML de tu entorno.

Reply
  • 0
    Certified Lead Developer

    Exacto, en la respuesta SAML , recibiras la informacion de los atributos de la siguiente forma

    <saml2:Attribute FriendlyName="userCode"

                                 Name=http://es.xxx.com/userCode

                                 NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"

                                 >

                    <saml2:AttributeValue xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

                                          xsi:type="xs:string">90</saml2:AttributeValue>

                </saml2:Attribute>

    Y ese es el valor que luego tienes que usar en la configuracion SAML de tu entorno.

Children