Conversation
35b326d to
8094e90
Compare
lib/idp/constants.rb
Outdated
There was a problem hiding this comment.
I would consider maybe deprecating this? # @deprecated or some other comment?
We have a few ServiceProviderIdentity rows that have ial = 22 in the DB in the int environment
ServiceProviderIdentity.where('ial > 2').pluck(:ial).tally
=> {3=>443, 22=>5}On the other hand, int is not prod (and there are no IAL 22 in prod)
There was a problem hiding this comment.
Since it's not in prod could we downgrade the dev/int users to IAL 2?
There was a problem hiding this comment.
Meaning just an update for everyone with IAL = 22 to make them IAL 2?
[skip changelog]
Specifically, ial2_strict_session? and struct_ial2_upgrade_required
3635f91 to
e5c1b83
Compare
jmhooper
left a comment
There was a problem hiding this comment.
I think we should handle the IAL2 strict users in int before merging. But, once we do that this should be good to go!
|
I just hopped on int and got rid of all the old IAL2-strict SP identities so this should be good to go |
688d57a to
405c668
Compare
🎫 Ticket
Link to the relevant ticket.
🛠 Summary of changes
Write a brief description of what you changed.
📜 Testing Plan
Provide a checklist of steps to confirm the changes.
👀 Screenshots
If relevant, include a screenshot or screen capture of the changes.
Before:
After:
🚀 Notes for Deployment
Include any special instructions for deployment.