{
"display_name": "电商前端应用",
"response_types": [
"code",
"id_token token",
"token"
],
"tenant": "ji32feofwjioeo",
"name": "order-app",
"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": "client_secret_post",
"grant_types": [
"http://authok.cn/oauth/grant-type/password-realm",
"client_credentials",
"http://authok.cn/oauth/grant-type/mfa-recovery-code"
],
"app_type": "web",
"is_first_party": false,
"oidc_conformant": false,
"jwt_configuration": {
"lifetime_in_seconds": 879494546831,
"scopes": {},
"alg": "RS256"
},
"sso": true,
"initiate_login_uri": "https://mydomain/login"
}