canton-network-docs/Wallet GatewayUser API
addIdp
User API
addIdp
JSON-RPCSince 0.24.0
POSTJSON-RPC addIdp
Protocol Details
Outputs
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "addIdp",
"params": {
"params": {
"idp": {
"id": "<string>",
"type": "<value>",
"issuer": "<string>"
}
}
}
}
EOF