pomerium/authenticate
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
..
events move events.go out of internal/authenticateflow (#4852) 2023-12-11 19:42:56 -08:00
authenticate.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
authenticate_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
config.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
handlers.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
handlers_test.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
handlers_verify.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
handlers_verify_test.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
identity.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
middleware.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
state.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00