File tree 1 file changed +6
-1
lines changed
en/includes/guides/authentication/conditional-auth
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ Follow the steps given below.
139
139
var connectionMetadata = {
140
140
"url": "<Choreo API URL>",
141
141
"consumerKey": "<Consumer key of the Choreo application>",
142
- "consumerSecret": "<Consumer secret of the Choreo application>"
142
+ "consumerSecret": "<Consumer secret of the Choreo application>",
143
+ "asgardeoTokenEndpoint": "<Token endpoint of the tenant in Asgardeo>"
143
144
};
144
145
var onLoginRequest = function(context) {
145
146
executeStep(1, {
@@ -189,6 +190,10 @@ Follow the steps given below.
189
190
< td>< code> consumerSecret< / code>< / td>
190
191
< td> The consumer secret of the Choreo application.< / td>
191
192
< / tr>
193
+ < tr>
194
+ < td>< code> asgardeoTokenEndpoint< / code>< / td>
195
+ < td> Token endpoint of the organization in Asgardeo . For example: < code> https: // api.asgardeo.io/t/{org_name}/oauth2/token</code></td>
196
+ < / tr>
192
197
< / table>
193
198
194
199
??? note " Use a stored `Secret`"
You can’t perform that action at this time.
0 commit comments