Was the docs good enough to help you on your way or was there stuff missing do you think ?
d
D_Inventor
04/25/2025, 2:23 PM
The docs were a good starting point. I have used them before to make a google login. However, the package that provides the authentication:
https://github.com/Sustainsys/Saml2
It doesn't actually use a "remote authentication handler", so Umbraco couldn't automatically do its magic there.
D_Inventor
04/25/2025, 2:26 PM
I ended up checking what
BackOfficeAuthenticationBuilder
did in the Umbraco source and just do that manually.
D_Inventor
04/25/2025, 2:27 PM
I don't think the docs are missing anything. They are easy to follow. Just this particular use case is a bit unusual