mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-26 13:09:47 +02:00
save session in the authorization request
This commit is contained in:
parent
52af622cc4
commit
42e1d462da
5 changed files with 69 additions and 20 deletions
|
@ -44,4 +44,8 @@ message AuthorizationRequest {
|
|||
// transformation method is S256 or plain.
|
||||
optional string code_challenge_method = 7
|
||||
[ (buf.validate.field).string = {in : [ "S256", "plain" ]} ];
|
||||
|
||||
// session this authorization request is associated with.
|
||||
// This is a Pomerium implementation specific field.
|
||||
string session_id = 8 [ (buf.validate.field).required = true ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue