Prompt user to enter password - Google OpenID Connect -


we trying use google's openid connect business web app concerned user leave app open , unauthorized user sign-in because user still signed google openid connect let's them right in.

we've tried using max_auth_age=0 parameter. has been replaced max_age in openid connect.

i see google app's control panel @ admin.google.com re-prompt user password while other login won't. looking @ authorization url don't see triggering happen.

here our current authorization url: https://accounts.google.com/o/oauth2/auth?prompt=select_account&scope=https%3a%2f%2fwww.googleapis.com%2fauth%2fuserinfo.email+https%3a%2f%2fwww....com%2fauth%2fuserinfo.profile&state=%2f&redirect_uri=https://www.foo.com/callback&response_type=token&client_id=...

perhaps if added scope trigger google go high security mode, haven't found far.

there's no way control re-authentication indicated in: google openid connect: receiving 500 error when supplying "max_age" parameter authentication request nor step-up recorded in: https://groups.google.com/forum/#!topic/google-federated-login-api/kt6psp4vnaq


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -