Did you find a solution - I also have the same requirement on an Umbraco 13 Site? I managed to create a working AzureAD/Enterprise App/SSO/SAML integration - but you have to initiate the login via an api call to a controller - and so while it works, the login button does not appear, and you cannot switch off the Umbraco form login like you can with an OpenID integration.
Custom backoffice provider doesn't show
I've installed the package called Sustainsys.Saml2 this comes with a built in way to register it much like the OIDC providers.
However the button simply does not show up on the backoffice login screen, this is my code:
Pulling my hair out here 😅 It looks like it "should" work
I'm having exactly the same issue. Did you find a solution? I'm wondering if it's because it's not OAuth.
Did you find a solution - I also have the same requirement on an Umbraco 13 Site? I managed to create a working AzureAD/Enterprise App/SSO/SAML integration - but you have to initiate the login via an api call to a controller - and so while it works, the login button does not appear, and you cannot switch off the Umbraco form login like you can with an OpenID integration.
I used this Nuget package to make it work https://www.nuget.org/packages/AspNetSaml
No I never got it working, but as OpenID is the recommended approach these days I typically recommend this to clients now rather that SAML
is working on a reply...