欢迎加入 ddzz用户交流群!
Authorization: ********************{
"name": "string",
"description": "string",
"homepage": "string",
"icon_url": "string",
"redirect_uris": [
"string"
],
"post_logout_redirect_uris": [
"string"
],
"allowed_scopes": [
"string"
],
"privacy_policy_url": "string",
"terms_of_service_url": "string",
"is_public_client": false
}curl --location 'https://api.sso.zdzz.top/api/dev/apps' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"homepage": "string",
"icon_url": "string",
"redirect_uris": [
"string"
],
"post_logout_redirect_uris": [
"string"
],
"allowed_scopes": [
"string"
],
"privacy_policy_url": "string",
"terms_of_service_url": "string",
"is_public_client": false
}'