fix(oidc): set client ID to access token JWT
This commit is contained in:
parent
e1633bdb93
commit
76e03132aa
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ func NewAccessTokenClaims(issuer, subject string, audience []string, expiration
|
|||
Expiration: FromTime(expiration),
|
||||
IssuedAt: FromTime(now),
|
||||
NotBefore: FromTime(now),
|
||||
ClientID: clientID,
|
||||
JWTID: jwtid,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue