mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 06:51:30 +02:00
identity: disable session refresh for idp token sessions, fix query cache invalidation (#5495)
This commit is contained in:
parent
ff127e61f9
commit
a9e26b155d
7 changed files with 59 additions and 31 deletions
|
@ -42,6 +42,7 @@ message Session {
|
|||
OAuthToken oauth_token = 7;
|
||||
map<string, google.protobuf.ListValue> claims = 9;
|
||||
repeated string audience = 10;
|
||||
bool refresh_disabled = 19;
|
||||
|
||||
optional string impersonate_session_id = 15;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue