Using C#, I want to add the following to my project according to all of the following:
- Project login webform will be based in Google authentication.
- Once the entered Google UN/PWD is correct, it will be redirected to the Main Screen.
- If session expired within 15 minutes, it will make auto logoff and redirected to the login webform again, so the user renters the Google UN/PWD.
Thanks