Skip to content

Commit

Permalink
Failed to parse json
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Sep 17, 2024
1 parent d1738ee commit 088dc90
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions kubernetes/charts/oasis-platform/resources/oasis-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "web-origins", "openid", "roles", "profile", "email", "microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
}, {
"id" : "e1ed3e81-7e28-454a-baf6-2c6333af8271",
"clientId" : "account-console",
Expand Down Expand Up @@ -467,8 +467,8 @@
"consentRequired" : false,
"config" : { }
} ],
"defaultClientScopes" : [ "web-origins", "openid", "roles", "profile", "email","microprofile-jwt"],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"defaultClientScopes" : [ "web-origins", "openid", "roles", "profile", "email","microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
}, {
"id" : "12ebc78e-f41e-4f5d-ab7f-793a612ea5c4",
"clientId" : "admin-cli",
Expand Down Expand Up @@ -496,7 +496,7 @@
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "web-origins", "openid", "roles", "profile", "email", microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
}, {
"id" : "aacabf2d-4e3a-44a5-bf09-689ec9ee4182",
"clientId" : "broker",
Expand Down Expand Up @@ -524,7 +524,7 @@
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "web-origins", "roles", "profile", "email", "microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
}, {
"id" : "b9b8c572-956e-4e0e-8113-0f3a97e88c4c",
"clientId" : "oasis-server",
Expand Down Expand Up @@ -568,8 +568,8 @@
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "acr", "openid", "roles", "profile", "email", "microprofile-jwt"],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"defaultClientScopes" : [ "web-origins", "acr", "openid", "roles", "profile", "email", "microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
}, {
"id" : "40223c47-11d9-49e5-a552-197fbbfb21c3",
"clientId" : "realm-management",
Expand Down Expand Up @@ -597,7 +597,7 @@
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "web-origins", "roles", "profile", "email", "microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
}, {
"id" : "91851ff2-7dee-493c-819d-8c1c30fd6a18",
"clientId" : "security-admin-console",
Expand Down Expand Up @@ -642,8 +642,8 @@
"jsonType.label" : "String"
}
} ],
"defaultClientScopes" : [ "web-origins", "openid", "roles", "profile", "email", "microprofile-jwt"],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"defaultClientScopes" : [ "web-origins", "openid", "roles", "profile", "email", "microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
}, {
"id" : "121778e5-3d21-4041-9bb4-dd3872dc764f",
"clientId" : "swagger",
Expand Down Expand Up @@ -708,7 +708,7 @@
}
} ],
"defaultClientScopes" : [ "web-origins", "openid", "roles", "profile", "email", "microprofile-jwt" ],
"optionalClientScopes" : [ "address", "phone", "offline_access"]
"optionalClientScopes" : [ "address", "phone", "offline_access" ]
} ],
"clientScopes" : [ {
"id" : "86531b34-4038-4fb6-a460-af7305028e38",
Expand Down Expand Up @@ -1185,7 +1185,7 @@
}
} ]
} ],
"defaultDefaultClientScopes" : [ "role_list", "profile", "email", "roles", "web-origins", "acr", "openid", "microprofile-jwt"],
"defaultDefaultClientScopes" : [ "role_list", "profile", "email", "roles", "web-origins", "acr", "openid", "microprofile-jwt" ],
"defaultOptionalClientScopes" : [ "offline_access", "address", "phone" ],
"browserSecurityHeaders" : {
"contentSecurityPolicyReportOnly" : "",
Expand Down

0 comments on commit 088dc90

Please sign in to comment.