{
"display_name": "商城后台",
"response_types": [
"token"
],
"tenant": "abc",
"name": "shop-web",
"logo_uri": "https://mydomain/logo.svg",
"redirect_uris": [
"https://mydomain/callback"
],
"allowed_origins": [
"https://mydomain"
],
"allowed_logout_urls": [
"https://mydomain/logout"
],
"token_endpoint_auth_method": "none",
"grant_types": [
"urn:ietf:params:oauth:grant-type:device_code",
"http://authok.cn/oauth/grant-type/mfa-recovery-code",
"refresh_token",
"client_credentials"
],
"app_type": "non_interactive",
"is_first_party": true,
"oidc_conformant": false,
"jwt_configuration": {
"lifetime_in_seconds": 86400,
"scopes": {},
"alg": "RS256"
},
"sso": false,
"sso_disabled": true,
"client_metadata": {},
"initiate_login_uri": "https://mydomain/login",
"client_id": "T3N340S-OGz5mNc5-BqxVhP9JD_NbeGQ",
"client_secret": " a2N340S-OGz5mNc5-BqxVhP9JD_NbeGQT3N340S-OGz5mNc5-BqxVhP9JD_NbeGQ"
}