mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
## Summary Currently when we refresh sessions we always use the global IdP credentials. This PR updates the identity manager to use route settings when defined. To do this a new `idp_id` field is added to the session stored in the databroker. ## Related issues - [ENG-2595](https://linear.app/pomerium/issue/ENG-2595/refresh-using-custom-idp-uses-wrong-credentials) - https://github.com/pomerium/pomerium/issues/4759 ## Checklist - [x] reference any related issues - [x] updated unit tests - [x] add appropriate label (`enhancement`, `bug`, `breaking`, `dependencies`, `ci`) - [x] ready for review |
||
---|---|---|
.. | ||
mock | ||
auth.go | ||
auth_test.go | ||
channel.go | ||
channel_impl.go | ||
channel_impl_test.go | ||
cli.go | ||
flow_control.go | ||
manager.go | ||
manager_test.go | ||
messages.go | ||
ssh_int_test.go | ||
stream.go | ||
stream_test.go |