| 6 | 1. Install the Shibboleth SP using the defaults in the installer but noting the installation path. |
| 7 | 1. Download the IdP metadata from the following URL and save into the etc directory in the Shibboleth SP installation path: [[br]] https://idp.alaska.edu/idp-metadata.xml |
| 8 | 1. Open the idp-metadata.xml file and copy out the entityID of the IdP: |
| 9 | {{{ |
| 10 | <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" entityID="urn:mace:incommon:alaska.edu"> |
| 11 | <IDPSSODescriptor protocolSupportEnumeration="urn:mace:shibboleth:1.0 urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> |
| 12 | }}} |