Universal login between 2 custom DB applications

We are attempting to have full universal login/SSO between two separate web applications that require custom DB connections.

We use the Auth0-provided custom role to combine the user accounts that are created when a user logs on for the first time.

While the user can use the same password to now log into both applications, they need to log into each application separately.

Is there some setting we are missing?

Hi janb,

Which flow (auth code? ROPG? implicit?) are you using for sign-in?

If using ROPG, you will not get SSO.

John

1 Like

Hey John,

We’re using the regular auth code flow for both (C#, openauth middleware as per docs).

Thanks,
Jan