Prompt user to enter password - Google OpenID Connect
问题 We are trying to use Google's OpenID Connect for a business web app but are concerned that the user will leave the app open and an unauthorized user will sign-in because the user is still signed into Google so OpenID Connect just let's them right in. We've tried using max_auth_age=0 parameter. This has been replaced by max_age in OpenID Connect. I do see that Google App's control panel at admin.google.com does usually re-prompt the user for a password while any other login won't. But looking