UNPKG

@itentialopensource/adapter-okta

Version:

This adapter integrates with system described as: okta.

66 lines 1.76 kB
{ "actions": [ { "name": "listProfileMappings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/mappings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/listProfileMappings-default.json" } ] }, { "name": "getProfileMapping", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/api/v1/mappings/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getProfileMapping-default.json" } ] }, { "name": "updateProfileMapping", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/api/v1/mappings/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateProfileMapping-default.json" } ] } ] }