We want to have clients authenticate using their own AAD credentials, so they don't have to remember yet another password just to use our product.
I came across this article which seems to indicate it is indeed possible, while searching on this forum hints at the opposite.
So is it possible?
EDIT: To make this first post seem less vague, here is some more information:
- This is regarding AAD B2C, since that is recommended over using simply AAD
- I am using Recommended user flows, since the Standard ones are deprecated in August
- The B2C tenant as well as the portal environment are completely fresh (created in January)
Finally, I don't HAVE to use B2C nor Recommended user flows. I am only doing so because the documentations keep recommending to do that.
The single only business need we have, is that any user with a Microsoft school or work account should be able to register without entering any credentials, and with as few clicks as possible. So far any user we haven't invited to our B2C tenant beforehand will get an AADSTS50020 error upon using the user flow.