Skip to content

Commit

Permalink
feat: add openmetadata.config.authentication.responseType field
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Dec 8, 2023
1 parent b19f7d5 commit 349c90b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/openmetadata/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
"http://openmetadata:8585/api/v1/system/config/jwks"
]
},
"responseType": {
"type": "string"
},
"ldapConfiguration": {
"type": "object",
"additionalProperties": false,
Expand Down
1 change: 1 addition & 0 deletions charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ openmetadata:
authority: "https://accounts.google.com"
clientId: ""
callbackUrl: ""
responseType: "id_token"
jwtPrincipalClaims:
- "email"
- "preferred_username"
Expand Down

0 comments on commit 349c90b

Please sign in to comment.