Fix OpenBao OIDC token exchange compatibility
This commit is contained in:
parent
06d20c3379
commit
d6d41dd84f
6 changed files with 43 additions and 11 deletions
|
|
@ -15,6 +15,7 @@ type PKCESession struct {
|
|||
PKCEChallenge string // S256 challenge
|
||||
PKCEChallengeMethod string // always "S256"
|
||||
State string
|
||||
Nonce string
|
||||
Username string // set after auth
|
||||
Scopes []string
|
||||
ExpiresAt time.Time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue