Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adriano Fabri 459 posts 1602 karma points
    Mar 05, 2021 @ 10:00
    Adriano Fabri
    0

    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.

  • Adriano Fabri 459 posts 1602 karma points
    Mar 05, 2021 @ 10:06
    Adriano Fabri
    0

    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/

  • Adriano Fabri 459 posts 1602 karma points
    Mar 16, 2021 @ 20:34
    Adriano Fabri
    0

    Anyone can help me?

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Mar 17, 2021 @ 07:24
    Dave Woestenborghs
    0

    Hi Adriano,

    Maybe this article can get you started ?

    https://skrift.io/issues/integrating-saml-into-umbraco/

    Dave

  • Adriano Fabri 459 posts 1602 karma points
    Mar 17, 2021 @ 07:51
    Adriano Fabri
    0

    Thank you Dave...I'll try asap ;-)

    Adriano

  • Robert Freeland 18 posts 90 karma points
    Mar 24, 2021 @ 20:49
    Robert Freeland
    0

    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.

  • Adriano Fabri 459 posts 1602 karma points
    Apr 06, 2021 @ 07:28
    Adriano Fabri
    0

    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

  • Robert Freeland 18 posts 90 karma points
    Apr 06, 2021 @ 11:50
    Robert Freeland
    0

    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.

  • Adriano Fabri 459 posts 1602 karma points
    Apr 07, 2021 @ 09:11
    Adriano Fabri
    0

    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.

  • Robert Freeland 18 posts 90 karma points
    Apr 07, 2021 @ 12:33
    Robert Freeland
    0

    Understand. That would be great if you could share. I really appreciate it.

  • Sam Grammar 3 posts 75 karma points
    27 days ago
    Sam Grammar
    0

    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/

Please Sign in or register to post replies

Write your reply to:

Draft