File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -223,6 +223,22 @@ This is the settings.json file:
223223 // HTTP-POST binding only.
224224 " binding" : " urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
225225 },
226+ // If you need to specify requested attributes, set a
227+ // attributeConsumingService. nameFormat, attributeValue and
228+ // friendlyName can be ommited
229+ " attributeConsumingService" : {
230+ " ServiceName" : " SP test" ,
231+ " serviceDescription" : " Test Service" ,
232+ " requestedAttributes" : [
233+ {
234+ " name" : " " ,
235+ " isRequired" : false ,
236+ " nameFormat" : " " ,
237+ " friendlyName" : " " ,
238+ " attributeValue" : " "
239+ }
240+ ]
241+ },
226242 // Specifies info about where and how the <Logout Response> message MUST be
227243 // returned to the requester, in this case our SP.
228244 " singleLogoutService" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments