Skip to content

Commit 332ea51

Browse files
author
Alexander Schrijver
committed
Add a comment describing the attributeConsumingService 'index'
configuration option.
1 parent 7ed8932 commit 332ea51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ This is the ``settings.json`` file:
257257
// attributeConsumingService. nameFormat, attributeValue and
258258
// friendlyName can be ommited
259259
"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',
260265
"serviceName": "SP test",
261266
"serviceDescription": "Test Service",
262267
"requestedAttributes": [

0 commit comments

Comments
 (0)