I've succeeded in getting my Python app to use OpenID with the simple example at: https://developers.google.com/google-apps/marketplace/tutorial_python_gae#Integrate-OpenID
however, I'd like to also specify openid.pape.max_auth_age=0 to force users to authenticate to Google before accessing my app (this requirement is the reason I'm using OpenID for auth and not Google Accounts). Using Chrome dev tools, I can see that /_ah/login_required redirects the user to /_ah/login_redir and login_redir redirects to https://www.google.com/accounts/o8/ud with openid parameters attached but how do I add/modify these parameters? Do I need to create a custom handler for login_redir also in order to modify the parameters or can they be passed through someone on the login_required page? Appreciate any pointers you can give. Jay -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/mK7VpQT68lIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
