UWIT-IAM / uw-idp-custom

Local IdP configuration and etc customizations
0 stars 0 forks source link

New flow displaying a notification screen for users who will need 2FA… #4

Closed mar235av closed 2 years ago

mar235av commented 2 years ago

… soon.

Changes complete. These include:

  1. A new view (views/duo-soon.vm) with the html content of the new display.
  2. A new flow (flows/authn/duo-soon) used to display the new view.
  3. Updates to conf/authn/general-authn.xml to activate the new flow (copied an existing flow descriptor).
  4. Updates to conf/authn/mfa-authn-config.xml to run the new flow when needed. Added code at the end to determine when to display it, and also needed to move an embedded function out of an if block to reuse it.
  5. Updates to the idp.properties files (x3), adding in the url path for the optin-soon group.

There may be additional tweaks to the view, but those don't affect the logical flow.

mar235av commented 2 years ago

This pull request has been cancelled. A decision was made to not release this version, but rather to make additional changes. I will cancel this pull request and open a new one for review of all the proposed changes. The additional changes include updates addressing the comments above.