Copied to clipboard

Flag this post as spam?

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


  • Rajdeep Parmar 7 posts 77 karma points
    Mar 28, 2018 @ 13:40
    Rajdeep Parmar
    0

    Forms Authentication And External Authentication In same project Not working

    I had setup Forms Authentication for my mvc5 application, now i want to setup ExternalLogin authentication for this Application.

    So when I tried to setup externalLogin for application when i hit the extenal Login Like Google in Login page the flow again redirecting to Login

    I tried the ExternalLogin by removing the code from web.config

           <authentication mode=Forms><forms name="yourAuthCookie" loginUrl="login.aspx" protection="All" path="/" ></authentication>
    

    Then the externallogin worked but the normal login(forms authentication) is not working

  • Mila Pandurska 43 posts 190 karma points
    Mar 28, 2018 @ 21:57
    Mila Pandurska
    0

    Hi Rajdeep, I am not sure that this is possible. I have similar scenarion on my project and I use UmbracoIdentity which uses different approach for login in Members and makes possible external login as google or fb.

    Mila

Please Sign in or register to post replies

Write your reply to:

Draft