Skip to content

Commit 258ea66

Browse files
authored
Update data-connector-connection-rules-reference.md
Fixed the sample for TokenEndpoint to represent a string instead of an object
1 parent 33d6966 commit 258ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/data-connector-connection-rules-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ JSON web token (JWT)
231231
"key":"password",
232232
"value":"[[parameters('Password')]"
233233
},
234-
"TokenEndpoint": {"https://token_endpoint.contoso.com"},
234+
"TokenEndpoint": "https://token_endpoint.contoso.com",
235235
"IsJsonRequest": true
236236
}
237237
```

0 commit comments

Comments
 (0)