mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:17:33 +00:00
fix(oidc): return clients without instance settings (#7036)
This commit is contained in:
30
internal/query/testdata/oidc_client_no_settings.json
vendored
Normal file
30
internal/query/testdata/oidc_client_no_settings.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"instance_id": "239520764275982338",
|
||||
"app_id": "239520764276441090",
|
||||
"client_id": "239520764779364354@zitadel",
|
||||
"client_secret": null,
|
||||
"redirect_uris": [
|
||||
"http://test2-qucuh5.localhost:9000/ui/console/auth/callback",
|
||||
"http://test.localhost.com:9000/ui/console/auth/callback"
|
||||
],
|
||||
"response_types": [0],
|
||||
"grant_types": [0],
|
||||
"application_type": 1,
|
||||
"auth_method_type": 2,
|
||||
"post_logout_redirect_uris": [
|
||||
"http://test2-qucuh5.localhost:9000/ui/console/signedout",
|
||||
"http://test.localhost.com:9000/ui/console/signedout"
|
||||
],
|
||||
"is_dev_mode": true,
|
||||
"access_token_type": 0,
|
||||
"access_token_role_assertion": false,
|
||||
"id_token_role_assertion": false,
|
||||
"id_token_userinfo_assertion": false,
|
||||
"clock_skew": 0,
|
||||
"additional_origins": null,
|
||||
"project_id": "239520764276178946",
|
||||
"state": 1,
|
||||
"project_role_keys": null,
|
||||
"public_keys": null,
|
||||
"settings": null
|
||||
}
|
Reference in New Issue
Block a user