feat: Add support for OAuth2 Client metadata property (#38)

See #36
This commit is contained in:
Ante Mihalj
2020-02-03 12:40:44 +01:00
committed by GitHub
parent 8ba95dd5a1
commit 208d1451db
6 changed files with 82 additions and 28 deletions

View File

@ -30,4 +30,7 @@ spec:
endpoint: /clients
forwardedProto: https
tokenEndpointAuthMethod: client_secret_basic
metadata:
property1: 1
property2: "2"

View File

@ -40,3 +40,6 @@ spec:
endpoint: /clients
forwardedProto: https
tokenEndpointAuthMethod: client_secret_basic
metadata:
property1: 1
property2: "2"