diff --git a/labs/3-Add-Identity/src/Keycloak/data/import/eshop-realm.json b/labs/3-Add-Identity/src/Keycloak/data/import/eshop-realm.json index 6361cbc..4b4ff55 100644 --- a/labs/3-Add-Identity/src/Keycloak/data/import/eshop-realm.json +++ b/labs/3-Add-Identity/src/Keycloak/data/import/eshop-realm.json @@ -255,7 +255,6 @@ "attributes" : { } } ], "security-admin-console" : [ ], - "orderingswaggerui" : [ ], "admin-cli" : [ ], "account-console" : [ ], "broker" : [ { @@ -561,42 +560,6 @@ "nodeReRegistrationTimeout" : 0, "defaultClientScopes" : [ "web-origins", "acr", "profile", "roles", "email" ], "optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ] - }, { - "id" : "6bbe9167-4ac5-49e3-a0ea-06fa6b9fe56c", - "clientId" : "orderingswaggerui", - "name" : "Ordering Swagger UI", - "description" : "", - "rootUrl" : "${ORDERINGAPI_HTTP}", - "adminUrl" : "${ORDERINGAPI_HTTP}", - "baseUrl" : "${ORDERINGAPI_HTTP}", - "surrogateAuthRequired" : false, - "enabled" : true, - "alwaysDisplayInConsole" : false, - "clientAuthenticatorType" : "client-secret", - "redirectUris" : [ "${ORDERINGAPI_HTTP}/*" ], - "webOrigins" : [ "${ORDERINGAPI_HTTP}" ], - "notBefore" : 0, - "bearerOnly" : false, - "consentRequired" : false, - "standardFlowEnabled" : true, - "implicitFlowEnabled" : true, - "directAccessGrantsEnabled" : true, - "serviceAccountsEnabled" : false, - "publicClient" : true, - "frontchannelLogout" : true, - "protocol" : "openid-connect", - "attributes" : { - "oidc.ciba.grant.enabled" : "false", - "post.logout.redirect.uris" : "+", - "oauth2.device.authorization.grant.enabled" : "false", - "backchannel.logout.session.required" : "true", - "backchannel.logout.revoke.offline.tokens" : "false" - }, - "authenticationFlowBindingOverrides" : { }, - "fullScopeAllowed" : true, - "nodeReRegistrationTimeout" : -1, - "defaultClientScopes" : [ "web-origins", "acr", "profile", "roles", "email" ], - "optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ] }, { "id" : "348d0c1d-6d87-4975-b5b1-d3f7ca245cd0", "clientId" : "realm-management", diff --git a/labs/3-Add-Identity/src/WebApp/Components/Layout/UserMenu.razor b/labs/3-Add-Identity/src/WebApp/Components/Layout/UserMenu.razor index 0a0e118..84cdf90 100644 --- a/labs/3-Add-Identity/src/WebApp/Components/Layout/UserMenu.razor +++ b/labs/3-Add-Identity/src/WebApp/Components/Layout/UserMenu.razor @@ -9,7 +9,6 @@