This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/oauth
Joseph Schorr c0cc574ca2 Add Authorization header with token to user info call
While not required, it is recommended to send the token as an Authorization header to the UserInfo call in OIDC: http://openid.net/specs/openid-connect-core-1_0.html#UserInfo

Some implementations expect this and will fail if not present
2017-04-27 11:24:12 -04:00
..
services Add comment clarifying how we validate client {ID, secret} in Gitlab 2017-01-24 15:20:19 -05:00
test Add Authorization header with token to user info call 2017-04-27 11:24:12 -04:00
__init__.py Lay foundation for truly dynamic external logins 2017-01-20 15:21:08 -05:00
base.py Add Authorization header with token to user info call 2017-04-27 11:24:12 -04:00
login.py Switch base classes in OAuth to use ABC 2017-01-24 15:20:03 -05:00
loginmanager.py Add config validator for OIDC logins 2017-02-28 16:18:19 -05:00
oidc.py Add additional debug logs to OIDC auth to make debugging easier 2017-04-07 11:48:53 -04:00