Skip to content

Commit

Permalink
fix(EAV-243): improve oauthTokenHost UI description
Browse files Browse the repository at this point in the history
  • Loading branch information
ianshade committed Jun 17, 2024
1 parent 8fef807 commit e2ee7cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"oauthTokenHost": {
"type": "string",
"ui:title": "OAuth 2.0 Token Host",
"ui:description": "To use Client Credentials Flow, provide: OAuth 2.0 Token Host, OAuth 2.0 Client ID, OAuth 2.0 Client Secret, and optionally OAuth 2.0 Audience, to exchange them for a Bearer token that will be added to EVERY outgoing request made through this device"
"ui:description": "Base URL used to obtain access tokens. To use Client Credentials Flow, provide: OAuth 2.0 Token Host, OAuth 2.0 Client ID, OAuth 2.0 Client Secret, and optionally OAuth 2.0 Audience, to exchange them for a Bearer token that will be added to EVERY outgoing request made through this device"
},
"oauthClientId": {
"type": "string",
Expand Down

0 comments on commit e2ee7cf

Please sign in to comment.