We have been trying to craete a WS response for the Inline Hooks but we only get one value and wen trying to add more values with the path /claims/rbiRestNum/attributeValues/1/value it says that can’t find the specified path.
Below is the response we get from the WS
I{
“commands”: [{
“type”: “com.okta.assertion.patch”,
“value”: [{
“op”: “add”,
“path”: “/claims/RestNum”,
“value”: {
“attributes”: {
“NameFormat”: “urn:oasis:names:tc:SAML:2.0:attrname-format:basic”
},
“attributeValues”: [{
“attributes”: {
“xsi:type”: “xs:string”
},
“value”: “20457”
}]
}
}]
}, {
“type”: “com.okta.assertion.patch”,
“value”: [{
“op”: “add”,
“path”: “/claims/rbiRestNum”,
“value”: {
“attributes”: {
“NameFormat”: “urn:oasis:names:tc:SAML:2.0:attrname-format:basic”
},
“attributeValues”: [{
“attributes”: {
“xsi:type”: “xs:string”
},
“value”: “20740”
}]
}
}]
}, {
“type”: “com.okta.assertion.patch”,
“value”: [{
“op”: “add”,
“path”: “/claims/rbiRestNum”,
“value”: {
“attributes”: {
“NameFormat”: “urn:oasis:names:tc:SAML:2.0:attrname-format:basic”
},
“attributeValues”: [{
“attributes”: {
“xsi:type”: “xs:string”
},
“value”: “20763”
}]
}
}]
}]
}