-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "No Access" page #559
Add "No Access" page #559
Conversation
8d70139
to
60d1b59
Compare
60d1b59
to
9a41008
Compare
7769507
to
461d918
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving as my comment isn't really a huge issue so up to you if you want to do it
Reduces code, makes it easier to see which pages have anonymous access and aggregates the behavior into one place
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Moving to using a feature branch which is formed from the main code implementation part of this branch. Other commits will be merged into that branch New PR at #580 |
Changes the auth processes in FIAT to allow unauthorised users to be redirected to a "No Access" page.
User Story 135671: Build: Authentication - Add access-denied screen
Changes
No Access specific changes
Other changes:
SameSite
setting for the login cookie to current Microsoft recommendation ofLax
(This was a long running piece of work with change of direction which originally touched these areas)
Screenshots of UI changes
New "No Access" page
Header changes
Authorised user (No change)
Unauthorised user
Footer changes
Authorised user (No change)
Unauthorised user
Checklist