-
Type: Improvement
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2021R5
-
Fix Version/s: CFA 2021R6
-
Component/s: Login
-
Labels:
-
SCRUM Team:Brotherhood of Mutants
-
Sprint:2021.R6 New Features Sprint 6, 2022.R1 New Features Sprint 1
As a part of the deployment of SSO, CFA have asked us to do two things on the MMS Logon page:
- Automatically redirect the user after a few seconds
- Hide the UserName and Password fields
We are manually doing this by updating the MMS_Logon.aspx file, as below:
- Redirect
- Inserting this into the page, after the closing head tag:
<meta http-equiv="refresh" content="5; URL=https://m.inform.cfahome.com/" />
- Hiding UserName and Password (login) fields
What I would like is to have this be configuration based, rather than updating files, as at some point we will forget to update the file on all servers
Configurations needed:
- Redirect Time (in seconds)
- Redirect URL
- Hide Login details (True/False)
I am happy to chat through this with whoever picks this up.