Umbraco 8 - How to create an sso member login (ADFS) with SAML 2?
Hi to all,
actually in a umbraco 8 website I implemented a simple login form that authenticate members (frontend) with Active Directory.
After validation I create a new umbraco member with some AD data.
Now I would to change my AD login, to use the SSO ADFS (SAML 2) authentication.
How can I do that?
Other web applications (sap or Java) in my company, already use the SSO login.
When a user "sign in", is redirect to a specific adfs login form of the company with the SAML Request (https://adfs.mycompany.net/adfs/ls/?SAMLRequest=........).
Yeah...I have a siple login form that validate credentials into AD and if the member exist and pass the validation, check also if exist in Umbraco members.
If exist, check his details and update them if changed.
If not exist create a new member with AD details (ex. SAMAccount, Telephone number and other personal details).
I stumbled upon your post while searching for the same, SSO with ADFS.
As Umbraco 8 is a legacy version, It was hard to find the custom solution for the same.
Umbraco 8 - How to create an sso member login (ADFS) with SAML 2?
Hi to all,
actually in a umbraco 8 website I implemented a simple login form that authenticate members (frontend) with Active Directory. After validation I create a new umbraco member with some AD data.
Now I would to change my AD login, to use the SSO ADFS (SAML 2) authentication.
How can I do that?
Other web applications (sap or Java) in my company, already use the SSO login. When a user "sign in", is redirect to a specific adfs login form of the company with the SAML Request (https://adfs.mycompany.net/adfs/ls/?SAMLRequest=........).
So...I need to do the same with Umbraco 8.
Can anyone help me?
Thank you
A.
I saw this article, but I don't know if it is a valid guide to use with umbraco:
https://www.cloudidentity.com/blog/2014/02/20/ws-federation-in-microsoft-owin-componentsa-quick-start/
Anyone can help me?
Hi Adriano,
Maybe this article can get you started ?
https://skrift.io/issues/integrating-saml-into-umbraco/
Dave
Thank you Dave...I'll try asap ;-)
Adriano
Adriano so you git the ad login working and the create member if it doesn't exist from AD? That's exactly what I am looking for.
Hi Robert,
sorry for delay.
Yeah...I have a siple login form that validate credentials into AD and if the member exist and pass the validation, check also if exist in Umbraco members.
If exist, check his details and update them if changed.
If not exist create a new member with AD details (ex. SAMAccount, Telephone number and other personal details).
It is a very simple method
Adriano
Adriano, would you be willing to share your code for this? Is it something you could easily package and post? This would be most helpful.
Hi Robert,
at the moment I haven't created a package because it's a very customized method
I should extract part of the entire code....and this is not a simple thing :-o
You must give me some time to do it and I have no problem to share it.
A.
Understand. That would be great if you could share. I really appreciate it.
I stumbled upon your post while searching for the same, SSO with ADFS. As Umbraco 8 is a legacy version, It was hard to find the custom solution for the same.
Here is what I find, they provide the solution for the every Umbraco version: https://umbraco.com/integrations-and-tech-partners/miniorange-umbraco-saml-single-sign-on-sso/
is working on a reply...