Service Provider Registering with Identity Provider Configuration Continuation
Identity Provider Configuration Login as a root or sudo user to configure the identity provider attributes. 1. Configure attribute-resolver.xml Go to the /opt/shibboleth-idp/conf directory and edit the attribute-resolver.xml file. 1.1 Define LDAP Connector Configuration Uncomment the <resolver:DataConnector and modify the configuration as per your environment. <resolver:DataConnector id="myLDAP" xsi:type="dc:LDAPDirectory" ldapURL="ldap://<Ldap Host Name>" baseDN="ou=people,dc=vphuc,dc=local" principal="cn=Manager,dc=vphuc,dc=local" principalCredential="<Password>"> <dc:FilterTemplate> <![CDATA[ ...