I terms of writing your own provider I think you need to look at implementing a OWIN Provider which is what they are doing in the thread above.
That is 'simpler' than replacing the provider as you are just handling the authentication bit and none of the other settings or permissions stuff which umbraco will still do.
Back office authentication through SAML SSO
Hello umbracians,
I need to know if it's possible to authenticate an admin user using a SAML IDP to gain access to the Umbraco Backoffice?
Thanks
Paul
Ok, so no response. :(
Has anyone had much experience creating their own User Provider for access to the backoffice and if so what sort of approach did you take.
Thanks
Paul
Hi Paul
the short answer is yes it is possible, I am almost certain i have seen someone talk about it somewhere before.
I think the Azure AD uses saml so this may help : https://our.umbraco.org/forum/developers/extending-umbraco/74202-single-sign-on-with-azure-ad
I terms of writing your own provider I think you need to look at implementing a OWIN Provider which is what they are doing in the thread above.
That is 'simpler' than replacing the provider as you are just handling the authentication bit and none of the other settings or permissions stuff which umbraco will still do.
Hi Kevin,
Thanks for the reply and the pointer in the right direction. It looks like a good place to start.
Thanks
Paul
Hi Paul,
Were you able to use SAML for Umbraco? I am also needing to implement that.
Regards,
Hitesh
Hello Paul
I am looking for the same thing. did you find any solution?
Thanks Jeet
is working on a reply...