Hi there, I’m new in the community. I’m trying to figure out if this is possible to do with Auth0. I’m lost between so many options and protocols.
-
Users which have accounts in both GSuite and Azure AD can log in in my app using Auth0 Single Sign-On
-
I’m able then to get tokens to use with the Microsoft Graph API and the Google Admin API.
-
The goal is the my app can read/write users and groups from/to both platforms.
If I allow the user login with Google or Microsoft separately, is working ok. But I don’t know how to configure the SSO scenario.
Thanks in advance!