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