Just so happens this was perfect timing for my project. I'm implementing a SAML Single Sign-On for the backoffice and this listed item is exactly what I need to disable the login form and auto redirect to the SAML provider.
Any help in how to use this (where to enable and include the redirect link) would be so helpful!
Allow external login provider auto-redirect - this combined with disabling username/password login means you can have seamless "Single sign on" with the external login provider
Allow external login provider auto-redirect
Hello Everyone,
Just so happens this was perfect timing for my project. I'm implementing a SAML Single Sign-On for the backoffice and this listed item is exactly what I need to disable the login form and auto redirect to the SAML provider.
Any help in how to use this (where to enable and include the redirect link) would be so helpful!
Allow external login provider auto-redirect - this combined with disabling username/password login means you can have seamless "Single sign on" with the external login provider
Listed Here: https://github.com/umbraco/Umbraco-CMS/pull/8623
Thank YOU!!!!
Hi Tim,
This is possible since Umbraco 9.3: https://our.umbraco.com/documentation/reference/security/external-login-providers/
I've released a package which demos how Umbraco can be used with OpenID Connect: https://www.jeroenbreuer.nl/blog/released-umbraco-openid-connect-example-package/
Jeroen
is working on a reply...