Skip to content

Commit

Permalink
add client_credentials authorized grant type for opensearch dashboard…
Browse files Browse the repository at this point in the history
…s proxy UAA client (#927)
  • Loading branch information
markdboyd authored Nov 4, 2024
1 parent e44591a commit 156b602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bosh/opsfiles/clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
value:
override: true
scope: cloud_controller.read,openid,scim.read
authorized-grant-types: refresh_token,authorization_code
authorized-grant-types: refresh_token,authorization_code,client_credentials
authorities: scim.read
redirect-uri: ((opensearch_dashboards_proxy_redirect_uri))
secret: ((opensearch-dashboards-proxy-secret))
Expand Down

0 comments on commit 156b602

Please sign in to comment.