fix(op): add scope to access token scope (#664)
This commit is contained in:
parent
8afb8b8d5f
commit
897c720070
7 changed files with 14 additions and 9 deletions
|
@ -65,6 +65,7 @@ func CreateTokenResponse(ctx context.Context, request IDTokenRequest, client Cli
|
|||
TokenType: oidc.BearerToken,
|
||||
ExpiresIn: exp,
|
||||
State: state,
|
||||
Scope: request.GetScopes(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue