pomerium/authorize
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
..
evaluator authorize: log JWT groups filtering (#5432) 2025-01-27 12:11:52 -08:00
internal/store New tracing system (#5388) 2025-01-21 13:26:32 -05:00
access_tracker.go core/go: use hashicorp/go-set (#5278) 2024-10-03 12:59:11 -06:00
access_tracker_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
authorize.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
authorize_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
cache_warmer.go authorize: cache warming (#5439) 2025-01-22 09:27:22 -07:00
cache_warmer_test.go authorize: cache warming (#5439) 2025-01-22 09:27:22 -07:00
check_response.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
check_response_grpc.go authorize: handle gRPC requests (#5400) 2024-12-19 08:46:53 -07:00
check_response_test.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
databroker.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
databroker_test.go authorize: cache warming (#5439) 2025-01-22 09:27:22 -07:00
grpc.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
grpc_test.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
log.go authorize: support authenticating with idp tokens (#5484) 2025-02-18 13:02:06 -07:00
log_test.go authorize: log JWT groups filtering (#5432) 2025-01-27 12:11:52 -08:00
state.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00