Error!

Spaces has been migrated to the cloud. Please go to https://ucla-confluence.atlassian.net to update your space/s.

IT Services has migrated the content of spaces.ais.ucla.edu to Atlassian Confluence Cloud. Please visit https://ucla-confluence.atlassian.net to update your space/s. Spaces.ais.ucla.edu is now in read-only mode through July 31st, 2024
Child pages
  • ConfiguringScopedAttributes

Versions Compared

Key

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

...

Edit resolver.xml to include the following configuration:

Code Block
xml
xml

<!-- replace 'urn:mace:ucla.edu:edimi:attributes:uclaLogonID' with the name of your NetID attribute -->
<SimpleAttributeDefinition id="urn:mace:dir:attribute-def:eduPersonPrincipalName" 
                           smartScope="ucla.edu"> 
    	<AttributeDependency requires="urn:mace:ucla.edu:edimi:attributes:uclaLogonID" /> 
</SimpleAttributeDefinition> 
<SimpleAttributeDefinition id="urn:oid:1.3.6.1.4.1.5923.1.1.1.6e6" 
                           smartScopesourceName="ucla.eduurn:mace:dir:attribute-def:eduPersonPrincipalName">
    	<AttributeDependency requires="urn:mace:ucla.edu:edimi:attributes:uclaLogonID" /> dir:attribute-def:eduPersonPrincipalName"/>
</SimpleAttributeDefinition>

Configuring eppn in IDP 2.1

...