Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

...

Code Block
languagetext
titleListing 6. LDIF block creating a specialized Ubilogin Service User Mapping Entry
dn: cn=44a5a6c3-706e-419f-adf8-d31f182bcffa,cn=CustomerID User Mapping,cn=Server,ou=System,cn=Ubilogin,dc=example,dc=com
changetype: add
objectClass: ubiloginServiceUserMappingEntry
objectClass: ubiloginServiceReference
objectClass: top
ubiloginServiceDN: cn=CustomerID Federation,cn=Services,ou=System,cn=Ubilogin,dc=example,dc=com
ubiloginServiceInputParameter: subject ${nameID.format('hetu').nameQualifier ('tupas.group').spNameQualifier('tupas.group').spProvidedID(method.CUSTID).value(method.CUSTID)}

...

  1. Log on to SSO Management application with administrative privileges
  2. Locate workflow.policy by navigating to eIDM Services and select Authorization Policies
  3. Switch to Attributes tab
  4. Click Add... button, navigate to eIDM Groups, choose the PendingTupasUsers group and click Ok
  5. specify Specify a descriptive name to the new attribute, e.g. setNameID
  6. click Click Show values and enter the same nameID expression as earlier, omitting the label
  7. Click Update to store the new value
Code Block
languagetext
titleListing 7. Authorization policy setNameID() attribute's example value
${nameID.format('hetu').nameQualifier ('tupas.group').spNameQualifier('tupas.group').spProvidedID(method.CUSTID).value(method.CUSTID)}

...