We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed8932 commit 332ea51Copy full SHA for 332ea51
README.md
@@ -257,6 +257,11 @@ This is the ``settings.json`` file:
257
// attributeConsumingService. nameFormat, attributeValue and
258
// friendlyName can be ommited
259
"attributeConsumingService": {
260
+ // OPTIONAL: only specifiy if SP requires this.
261
+ // index is an integer which identifies the attributeConsumingService used
262
+ // to the SP. OneLogin toolkit supports configuring only one attributeConsumingService
263
+ // but in certain cases the SP requires a different value. Defaults to '1'.
264
+ // "index": '1',
265
"serviceName": "SP test",
266
"serviceDescription": "Test Service",
267
"requestedAttributes": [
0 commit comments