


Var options = new () ĪttachSignin(document. If not, I need to find a way for the user to bypass the sign in page when they return to the web application after initially logging into the web app.Īs further context, the javascript for the login page code is currently: If possible, I want to check the logged in user's domain without prompting the user to sign in. If not, they are prompted to login with the correct Google Account. By signing into my Expedia Rewards account, I agree to the Terms of Use opens in a new window, Privacy Policy. If the logged in user belongs to a certain domain (ex. If the user has previously signed into the app or is currently signed into the correct Google Account, I want to bypass the login page and direct them to the application.Ĭontext: The goal of this sign in page is to verify the domain of the logged in user. Currently, every time a user visits the web app, they are prompted to select a Google account and enter password.

I have built a web app that is using Google federated login as the only login option ( ).
