pomerium/internal/authenticateflow
Kenneth Jenkins 9678e6a231
ssh: implement authorization policy evaluation (#5665)
Implement the pkg/ssh.AuthInterface. Add logic for converting from the
ssh stream state to an evaluator request, and for interpreting the
results of policy evaluation. Refactor some of the existing authorize
logic to make it easier to reuse.
2025-07-01 12:04:00 -07:00
..
authenticateflow.go ssh: implement authorization policy evaluation (#5665) 2025-07-01 12:04:00 -07:00
authenticateflow_int_test.go multi-domain login redirects (#5564) 2025-04-04 13:14:30 -07:00
identityprofile.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
identityprofile_test.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
request.go authenticateflow: add stateful flow (#4822) 2023-12-07 09:54:42 -08:00
request_test.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
stateful.go ssh: implement authorization policy evaluation (#5665) 2025-07-01 12:04:00 -07:00
stateful_test.go chore(deps): bump the go group with 24 updates (#5638) 2025-06-17 09:36:50 -07:00
stateless.go ssh: implement authorization policy evaluation (#5665) 2025-07-01 12:04:00 -07:00