(johnbyrne7) I got these 2 working together OK after your changes. I did have to make a few adjustments:
example/flask_rp/config.json was not valid json
added flask to requirements.txt
improved the example/*/run.sh scripts and readme
example/flask_rp requires current dev version of idpy-oidc. pip package doesn't work for it
(ctriant) Fix returned _supports on token endpoint
(ctriant) This MR unbinds the authentication event lifetime validation from the userinfo response. The userinfo endpoint should only consider the provided token, that must fullfill the following criteria:
the token is an access-token
the access-token is valid (not expired or revoked)