jwt profile and fixes
This commit is contained in:
parent
d91fe7aacf
commit
8b1d405f91
5 changed files with 168 additions and 168 deletions
|
@ -99,7 +99,7 @@ func newOP(ctx context.Context, storage op.Storage, port string, key [32]byte) (
|
|||
AuthMethodPost: true,
|
||||
|
||||
//enables additional authentication by using private_key_jwt
|
||||
AuthMethodPrivateKeyJWT: false, //TODO: implement and set to true
|
||||
AuthMethodPrivateKeyJWT: true,
|
||||
|
||||
//enables refresh_token grant use
|
||||
GrantTypeRefreshToken: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue