-
Notifications
You must be signed in to change notification settings - Fork 393
Closed
Description
Hi,
I am using your library successfully to integrate an MVC application with the SalesForce Oauth and to fetch data's.
I full used your sample code in WebServerOAuthFlow and all good.
My problem now is how to logoff and make sure the login page is showed again.
I thought that the revoke of the token was enough but not.
This the situation:
- a user digit my website address, if not logged in then redirect to Oauth page.
- once he login with salesforce the server callback my webapi and I store the logged status in session.
- then I have a logoff button with a actionlink that revoke the token of salesforce, empty the session and redirect to the home page.
Till here all fine, but when I reopen the website, the oAuth page redirect me automatically to the home page as seems that the authentication happens automatically.
Any suggestion?
thank you in advance
Metadata
Metadata
Assignees
Labels
No labels