2
Answers

Login webform using the Google authentication and auto logoff

Photo of Ali Al-Omran

Ali Al-Omran

3y
492
1

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

Answers (2)