Versions Compared

Key

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

...

<ApplicationDefaults entityID="https://[your hostname]" <!-- should match the entityID in sp-metadata.xml -->
  signing="true"

    REMOTE_USER="userId"
  attributePrefix="AJP_"
>

...

The following specifies the entityID of the IdP to use for authentication. Get it from your idP admin(s)the idP metadata. We also specify that we speak only SAML2 protocol.

...