I have implemented external login using Google API.
when I click on Google,it asks for username and password.After entering valid user name and password I am able to login into application.
when I click on LogOff user is logged off from the application.
Problem is here-When I again click on Login ,it don't ask for user id and password and automatically login into application with the previous login credentials.
If I clear browsing history,close the browser and click on google then behaviour is right -it asks for user id and password.
Can someone explain why does this happen? Is it the right behaviour of ASP.Net identity framwework.?
Also how can I get rid off this problem means After logging off the application when I click on login then It should ask me for user id and password rather than getting logged in automatically with the previous login credentials.
Your guidance will help me to understand the root cause.
Thank you in advance.