pomerium/internal/identity/oidc
Caleb Doxsey 3adbc65d37
core/authenticate: refactor identity authenticators to initiate redirect (#4858)
* core/authenticate: refactor identity authenticators to initiate redirect, use cookie for redirect url for cognito

* set secure and http only, update test
2023-12-19 12:04:23 -07:00
..
auth0 core/authenticate: refactor identity authenticators to initiate redirect (#4858) 2023-12-19 12:04:23 -07:00
azure Allow clearing default Azure and Google auth code options (#4315) 2023-06-27 09:11:54 -07:00
cognito core/authenticate: refactor identity authenticators to initiate redirect (#4858) 2023-12-19 12:04:23 -07:00
gitlab docs: update references, remove docs dir (#3420) 2022-06-13 16:52:52 -07:00
google Allow clearing default Azure and Google auth code options (#4315) 2023-06-27 09:11:54 -07:00
okta docs: update references, remove docs dir (#3420) 2022-06-13 16:52:52 -07:00
onelogin docs: update references, remove docs dir (#3420) 2022-06-13 16:52:52 -07:00
ping docs: update references, remove docs dir (#3420) 2022-06-13 16:52:52 -07:00
config.go
errors.go
oidc.go core/authenticate: refactor identity authenticators to initiate redirect (#4858) 2023-12-19 12:04:23 -07:00
oidc_test.go oidc: fix token revocation (#3810) 2022-12-16 13:24:40 -07:00
refresh.go identity: override TokenSource expiry behavior (#4632) 2023-10-23 08:20:04 -07:00
refresh_test.go identity: override TokenSource expiry behavior (#4632) 2023-10-23 08:20:04 -07:00
userinfo.go
userinfo_test.go