Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
Then the externallogin worked but the normal login(forms authentication) is not working
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
is working on a reply...