curl --location --request PUT 'https://api.flashcat.cloud/api/n9e/sso-config' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3,
"name": "OIDC",
"content": "\nEnable = false\nDisplayName = '\''OIDC登录'\''\nRedirectURL = '\''http://n9e.com/callback'\''\nSsoAddr = '\''http://sso.example.org'\''\nSsoLogoutAddr = '\''http://sso.example.org/session/end'\''\nClientId = '\'''\''\nClientSecret = '\'''\''\nCoverAttributes = true\nDefaultRoles = ['\''Standard'\'']\nScopes = ['\''openid'\'', '\''profile'\'', '\''email'\'', '\''phone'\'']\n\n[Attributes]\nUsername = '\''sub'\''\nNickname = '\''nickname'\''\nPhone = '\''phone_number'\''\nEmail = '\''email'\''\n",
"update_at": 0
}'