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?
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?
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…
options.AutoRedirectLoginToExternalProvider = profileSettings.AutoRedirectLoginToExternalProvider;
Umbraco.Community.AzureSSO/src/Umbraco.Community.AzureSSO/MicrosoftAccountBackOfficeExternalLoginProviderOptions.cs at main · Gibe/Umbraco.Community.AzureSSO