feat: add jwks uri (#126)
This commit is contained in:
@ -114,6 +114,13 @@ spec:
|
||||
pattern: (^$|^https?://.*)
|
||||
type: string
|
||||
type: object
|
||||
jwksUri:
|
||||
description:
|
||||
Define the URL where the JSON Web Key Set should be fetched
|
||||
from when performing the private_key_jwt client
|
||||
authentication method.
|
||||
pattern: (^$|^https?://.*)
|
||||
type: string
|
||||
metadata:
|
||||
description: Metadata is abritrary data
|
||||
nullable: true
|
||||
|
Reference in New Issue
Block a user