Outbound SSO with Office 365

I want my app users to be have SSO with Office 365.

Meaning: If the user is already log in into their corporate Office 365 account and go to my app I want them to be automatically signed in.

I understand that’s what is called outbound sso. Looking at the documentation I found the following links:

But reading them it seems it will enable inbound SSO and not outbound SSO.

Can anyone give me an example of how to configure outbound SSO via Office 365?

Hi ejaimec,

I think that page does what you want: it configures Auth0 to use Office 365 as an IDP.
So when your user signs in to your app, Auth0 wlll then contact Office 365 which should say “this user is already logged in” and you get SSO.

John