pomerium/pkg/grpc/identity
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
..
identity.go core/authorize: require new login when authenticate url changes (#5165) 2024-07-12 10:57:41 -06:00
identity.pb.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
identity.proto authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
identity_test.go core/authorize: require new login when authenticate url changes (#5165) 2024-07-12 10:57:41 -06:00