Does anyone know if it's possible to disable the login page for front-end for External Login?

I’ve got SSO working with Entra ID, but users don’t want to have to click the login button.

I know the backoffice has an auto-redirect function, but I don’t see anything for the front-end?

Anyone accomplished anything like this?

1 Like

Could just be backoffice as you say…

Gibe/Umbraco.Community.AzureSSO: Azure AD SSO module for Umbraco

has auto redirect to external login provider… Might reveal a clue…

Umbraco.Community.AzureSSO/src/Umbraco.Community.AzureSSO/Settings/AzureSSOSettings.cs at main · Gibe/Umbraco.Community.AzureSSO

options.AutoRedirectLoginToExternalProvider = profileSettings.AutoRedirectLoginToExternalProvider;
Umbraco.Community.AzureSSO/src/Umbraco.Community.AzureSSO/MicrosoftAccountBackOfficeExternalLoginProviderOptions.cs at main · Gibe/Umbraco.Community.AzureSSO