このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"id": "string",
"name": "string",
"issuer": "string",
"audience": [
"string"
],
"binding": "post",
"acsUrl": "string",
"signatureAlgorithm": "string",
"cipherAlgorithm": "string",
"wantAuthnRequestsSigned": true,
"wantAssertionsSigned": true,
"regenerateCertificate": true,
"secret": "string"
}curl --location 'https://misskey.io/api/admin/sso/update' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"name": "string",
"issuer": "string",
"audience": [
"string"
],
"binding": "post",
"acsUrl": "string",
"signatureAlgorithm": "string",
"cipherAlgorithm": "string",
"wantAuthnRequestsSigned": true,
"wantAssertionsSigned": true,
"regenerateCertificate": true,
"secret": "string"
}'{}