Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Style
importhttps://docs.empowerid.com/docs.css

...

  1. In the navigation sidebar, expand Admin, then SSO Connections, and click SAML.
  2. Search for the SAML Connection to which you want to add the SAML attribute statement, click the drop-down arrow beside it, and then click Edit
    Image Removed
    Image Added

    This opens the Edit page for the SSO Connection. From this page you can edit the properties of the connection.
    Image Removed
    Image Added

  3. From the Connection Details edit page that appears, click the Attributes tab and do the following:
    1. Select the  Create a New SAML Attribute Statement and Create a SAML Attribute checkboxes.



      This opens the SAML Attribute dialog, where you enter information for the attribute.



      Info

      In this dialog, the following fields are the most important:

      • Name (required) — The name for the attribute.
      • Display Name — The name that appears to users in EmpowerID.
      • Mapped Attribute — Specifies whether the attribute is mapped to the value of an EmpowerID Person or account property.
        If so, the attribute value stores the mapping formatted as 

        Span
        stylebackground: #f4f2f9; color: #0072be;

        {ComponentName.PropertyName}

        where ComponentName is a

        • Person
        • PersonPrincipal (pared-down version of Person)
        • Account
        • AccountPrincipal (pared-down version of Account)
        and PropertyName is the mapped property on the component, such as EmployeeID

      • Attribute Value — Specifies the value of the attribute being passed to the service provider.
        For example, if your attribute is mapped to the EmployeeID of an EmpowerID Person, the value of this field is 

        Span
        stylebackground: #f4f2f9; color: #0072be;

        {Person.EmployeeID}

        .

      • Format — The format of the attribute as specified by the service provider. If the service provider has not specified a format, select Unspecified.


    2. Fill in the fields as needed and click Add to close the SAML Attribute dialog.



    3. Back in the main page, click Save.

...