Seamless SSO without showing Auth0 lock widget

Hi
I am testing SAML based SSO for an enterprise entity. Connection test worked successfully. Now trying to integrate seamless SSO for user so that login window don’t appear.

I am testing from a free account. And do not find this option in my settings.

Any help is appreciated.

Hello, @ronee - welcome to the Auth0 Community!

That is a legacy toggle and is turned on by default for all tenants.

However, you are using Embedded Login. Embedded Login does not allow for SSO because a session is not established in Auth0 - only in the application. I would recommend that you look into using Universal Login, as that will provide you exactly what you want to do.

Thanks, it worked as expected with Universal login.

Glad we were able to help!