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