Copied to clipboard

Flag this post as spam?

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


  • Delly Mellas Nyman 64 posts 316 karma points
    Mar 23, 2015 @ 05:02
    Delly Mellas Nyman
    0

    SSO Umbraco 7 using UmbracoIdentity with MVC 5 Authentication

    Hi,

    I have tried to use Single Sign On method to my Umbraco sites (Umbraco sites using UmbracoIdentity for authentication) and my MVC 5 Apps, but I get problem when authentication has expired in Umbraco sites, it did not automatically clear authentication session in my MVC 5 apps. It happens vice versa.

    Is there any event or something else which will be trigerred when the session has expired in one app?

    Thanks, Delly

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Mar 23, 2015 @ 12:33
    Alex Skrypnyk
    0

    Hi Delly,

    Can you check auth cookie name ?

  • Delly Mellas Nyman 64 posts 316 karma points
    Mar 23, 2015 @ 12:41
    Delly Mellas Nyman
    0

    Hi Alex,

    Yes I can check auth cookie name.

    My auth cookie name of umbraco and mvc apps are the same, the problem is only happen when if umbraco auth has expired, it didn't clear auth in mvc apps.

    Here is my web config for umbraco website: 

     <authentication mode="Forms">
                    <forms name=".SSTS-AUTH" protection="All" path="/" timeout="20" domain="myumbraco.com" loginUrl="/Member/Login" ticketCompatibilityMode="Framework40" enableCrossAppRedirects="false" />
     </authentication> 

    Here is my web config for mvc apps:

     <authentication mode="Forms">
                <forms name=".SSTS-AUTH" protection="All" path="/" timeout="20" domain="myumbraco.com" loginUrl="/Member/Login" enableCrossAppRedirects="false" />
     </authentication>

    Thanks,
    Delly

  • Angelo 111 posts 260 karma points
    Nov 04, 2016 @ 10:29
    Angelo
    0

    Hello Delly first of all congrats for the amazing plugin :)

    one question :

    is there a place where we can undesrtand how to login with umbraco member in discuss ? instead of using discus acount or this is not possible ?

    thank you

    AS

Please Sign in or register to post replies

Write your reply to:

Draft