Consent page


When a client asks for access to some scopes/protected resource and a user has not been given consent to the scopes yet, he or she will be asked to give consent. The consent module supports the following functionality:

  • Allows a user to give consent to what Claims should be issued to a RP
  • Allows a user to revoke consent he or she has given before.

There will be a consent page which turns up just after logging in. The display logic is: it only turns up IF (((there actually exist consent claim sets related to the protocol connection) OR (there exists Scopes related to the Protocol Connection)) AND ((User‘s “Remember consent” on the protocol connection is False) OR (the setting “Remember Consent” on the protocol connection is False))).

Consent page

 

When the setting “Remember Consent” on the protocol connection is ‘True’, a check box will appear on the consent box saying “This consent also applies to my future login for this site”.

If the user does not exist in the Identify User Storage, then this check box is never shown on the consent page.

Besides, when a user goes to a consent page that he has visited before, his earlier consent options (if such exist) will be loaded as defaults.

“Continue” button will only be activated if all required claim sets and scopes have been agreed to.

Currently, all protocol connections support this consent page.

Was this helpful ?Good Somewhat Bad