pomerium/pkg/identity/oidc
Caleb Doxsey b9fd926618
authorize: support authenticating with idp tokens (#5484)
* identity: add support for verifying access and identity tokens

* allow overriding with policy option

* authenticate: add verify endpoints

* wip

* implement session creation

* add verify test

* implement idp token login

* fix tests

* add pr permission

* make session ids route-specific

* rename method

* add test

* add access token test

* test for newUserFromIDPClaims

* more tests

* make the session id per-idp

* use type for

* add test

* remove nil checks
2025-02-18 13:02:06 -07:00
..
auth0 core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
azure authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
cognito core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
gitlab core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
google core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
okta core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
onelogin core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
ping core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
config.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
errors.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
oidc.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
oidc_test.go oidc: add more unit tests (#5174) 2024-07-22 14:28:39 -07:00
refresh.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
refresh_test.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
userinfo.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
userinfo_test.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00