2
votes

I have a web app that is using SSO to login users. I have integrated Microsoft Azure AD to provide SSO to my application. As I have enabled multi-tenancy in Azure AD, users from other domains are able to login without any issue. But it allows the users with Microsoft accounts (like outlook.com) to login to the application.

How to restrict only Office 365 accounts to login to my application?

1

1 Answers

4
votes

you can send msafed=0 query parameter to AAD to block MSA users from signing in.