Forum Discussion
MHuberts
Dec 04, 2020Copper Contributor
Login problems, continuously getting the same message
Every time i login on an app i get the same message: "More information required" "Your organization needs more information to keep you account secure". Then i have the options to Use a different ...
MHuberts
Nov 08, 2021Copper Contributor
BClinton13 No, unfortunately not. I'm still getting this message every time I sign in.
BClinton13
Nov 08, 2021Copper Contributor
MHuberts, I have been working with my CSP and they had me turn off Self-Service Password Reset (Set to NONE). Oddly enough, this resolved the issue for one of my two users (after waiting 30 minutes). I am waiting to hear back from the other before I confirm 100% success. After they both report in that all is well, I am going to attempt to re-enable it and see if it re-breaks or stays fixed. Will update when I know.
Here are the instructions on enabling/disabling SSPR: https://docs.microsoft.com/en-us/microsoft-365/admin/add-users/let-users-reset-passwords?view=o365-worldwide
Here are the instructions on enabling/disabling SSPR: https://docs.microsoft.com/en-us/microsoft-365/admin/add-users/let-users-reset-passwords?view=o365-worldwide
- Timon1585Aug 29, 2023Copper ContributorAhhh this resolved my issue too! Thanks for posting that. It was infuriating going around in little circles! It was also resolved the sign-in through PowerShell for me.
- BClinton13Aug 29, 2023Copper Contributor
@MHuberts
I apologize for never posting back here. I thought I would have an endgame solution for this but here we are almost 2 years later and it is still an issue. Disabling SSPR while maintaining MFA still does resolve the issue but it means your users can't reset their own passwords. I have determined it only affects users that have multiple identities (you can see this in Entra/formerly AAD). All the tenant only users work perfectly no matter the configuration. The ones who have Multiple identities ALL have the issue. This is some backend thing with Microsoft. I have had a ticket open since October of 2021 with MS and they would pretend about every 3 months they were going to implement a fix, then they would give me a reason they didn't do it. Now I laugh whenever I get an update. Microsoft 1 / Me 0 (the score is actually much worse than this but I will leave it at that for now).Anyway, if any of you figure out how to remove extra identities or fix this in some other way, I look forward to hearing about it. My hope right now is that when they do the policy merge between MFA and SSPR (supposedly Sept 30, 2024) that it will fix it then. My nightmare is that it completely breaks our workaround though.
Hope you are all having your best weeks!
Thanks!
- MekanMSep 27, 2023Copper ContributorI solved problem by "enable SSPR" for admin account which we turned off previously because of organizational policy. If user scoped in SSPR however admin SSPR policy disabled it will have problem as you described above. You can check if it disabled or not via MS Graph https://graph.microsoft.com/v1.0/policies/authorizationPolicy
"allowedToUseSSPR": false,
make it "true" then admins will be able to complete registration
- MHubertsNov 09, 2021Copper ContributorBClinton13, it looks like this is working. Thanks! This is going to save me a lot of frustration.