Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JSON-RPC listIdpsidpsarray[object]requiredresult
idpsarray[object]requiredcurl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "listIdps"
}
EOF
{
"idps": [
{
"id": "<string>",
"type": "<value>",
"issuer": "<string>"
}
]
}
Was this page helpful?