SSO integration with Office 365

We have applications that authenticate with auth0 and we have office 365. We would like to manage all our user accounts in auth0. The office 365 integration was not super clear if it can support this and we are using office 365 in the cloud as well as auth0 in the cloud and do not want to have anything running on-prem. So ultimately we would need our AD creds to be sync to Auth0 for it to work. Do you know if this is possible and best practice?

1 Like

Hello @svarughese91 , welcome to our Community!

The federation is something technically possible, but it is a one way street, from Office 365 to Auth0, not backwards. Any change made in Auth0 would not be reflected in Office 365.

The identity provider would still be Office 365, federated by Auth0.

Thank you!