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.

  • 0
    Certified Senior Developer
    in reply to David J (NTT DATA)

    Lo que tenga en la etiqueta "Name" es lo que tengo que poner en la consola, no? En este caso, "http://es.xxx.com/userCode". Es que en el cliente donde tenemos que configurar SAML ahora, nos han dicho que en el Name también va a venir una url y me resultaba extraño. Pero por lo que veo, en esa etiqueta puede venir cualquier cosa jeje 

Reply Children