Customize the Consent to Federate Page

A consent to federate page is an HTML form which prompts a user to give consent to joining a federation. We can customize the consent to federate page to specify what information it requests from a user.

Determine what values to use for the consent to federate page.

When a user accesses a federation, they agree to join the federation. The HTML form saml20/consent_to_federate.html prompts for this consent. We can customize what the form requests by adding consent values. These values indicate how a user agrees to join a federation and if service providers are notified of the consent. Identity providers receive the consent values in the SAML 2.0 response. The following values determine how a user joins a federation:

Follow the steps in this procedure to customize the consent to federate page.

Steps

  1. Log in to the local management interface.

  2. Click Federation > Global Settings > Template Files.
  3. Expand a locale and select saml20/consent_to_federate.html.

  4. Click Edit and add the appropriate consent values for the federation.

  5. Click Save.

  6. Deploy the changes.

Example

The following example shows an added URI with a consent value Obtained:
<input type="radio" checked name="Consent" 
value="urn:urn:oasis:names:tc:SAML:2.0:consent:obtained"/> 
Consent Obtained.<br/>

In this example, the user consent is acquired by the issuer of the message.

Parent topic: Customize SAML 2.0 pages