listIdps
POST
JSON-RPC listIdpsProtocol Details
Inputs
Outputs
result
idpsarray[object]requiredRelated Schemas
result
result
idpsarray[object]requiredcURL
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "listIdps"
}
EOF
Resultapplication/json
Result
{
"idps": [
{
"id": "<string>",
"type": "<value>",
"issuer": "<string>"
}
]
}