diff --git a/config/packages/hwi_oauth.yaml b/config/packages/hwi_oauth.yaml
index 92e5857bb72631bfc0eac5953f7012240fe97ca7..e6418f01f5f52889cf440c91e70852ce2a59c242 100644
--- a/config/packages/hwi_oauth.yaml
+++ b/config/packages/hwi_oauth.yaml
@@ -12,6 +12,6 @@ hwi_oauth:
             access_token_url:    '%env(EOSC_AAI_TOKEN)%'
             authorization_url:   '%env(EOSC_AAI_AUTHORIZE)%'
             infos_url:           '%env(EOSC_AAI_INFO)%'
-            scope:               "openid eduperson_entitlement voperson_id profile email"
+            scope:               "openid voperson_id profile email"
 
 
diff --git a/config/packages/web_profiler.yaml b/config/packages/web_profiler.yaml
index 00c89b975f9ee193201bf10c6263ae32fd6753e2..9139a42be7010635b9beecfedcd4ea58a3c7eaf0 100644
--- a/config/packages/web_profiler.yaml
+++ b/config/packages/web_profiler.yaml
@@ -1,12 +1,12 @@
 when@dev:
     web_profiler:
-        toolbar: true
-        intercept_redirects: true
-
-    framework:
-        profiler:
-            only_exceptions: false
-            collect_serializer_data: true
+        toolbar: false
+        intercept_redirects: false
+#
+#    framework:
+#        profiler:
+#            only_exceptions: false
+#            collect_serializer_data: true
 
 when@test:
     web_profiler:
diff --git a/dev.values.yaml b/dev.values.yaml
index a0f9457b0e8d7a1ebaa4ddcf2a6648403f1f84db..d268f1ccb61e934812e0775ed7aa6d71512d250e 100644
--- a/dev.values.yaml
+++ b/dev.values.yaml
@@ -142,16 +142,16 @@ php:
       APP_SECRET: "${APP_SECRET}"
       DATABASE_URL: "sqlite:///%kernel.project_dir%/user"
       EOSC_AAI_ID: "${EOSC_AAI_ID}"
-      EOSC_AAI_SECRET: "${ EOSC_AAI_SECRET}"
-      EOSC_AAI_INFO: "https://aai-demo.eosc-portal.eu/auth/realms/core/protocol/openid-connect/userinfo"
-      EOSC_AAI_AUTHORIZE: "https://aai-demo.eosc-portal.eu/auth/realms/core/protocol/openid-connect/auth"
-      EOSC_AAI_TOKEN: "https://aai-demo.eosc-portal.eu/auth/realms/core/protocol/openid-connect/token"
+      EOSC_AAI_SECRET: "${EOSC_AAI_SECRET}"
+      EOSC_AAI_INFO: "https://core-infra-proxy.dev.eosc.grnet.gr/auth/realms/core/protocol/openid-connect/userinfo"
+      EOSC_AAI_AUTHORIZE: "https://core-infra-proxy.dev.eosc.grnet.gr/auth/realms/core/protocol/openid-connect/auth"
+      EOSC_AAI_TOKEN: "https://core-infra-proxy.dev.eosc.grnet.gr/auth/realms/core/protocol/openid-connect/token"
       ACCOUNTING_API_URL: "https://acc.devel.argo.grnet.gr/accounting-system"
       REFRESH_TOKEN: "${REFRESH_TOKEN}"
       MAILER_URL: "smtp://wrelay.in2p3.fr:25"
       MAILER_DSN: "smtp://wrelay.in2p3.fr:25"
       MAINTENANCE_MODE: "false"
-      MAINTENANCE_DESCRIPTION: "Scheduled maintenance at CC-IN2P3 - June 14th"
+      MAINTENANCE_DESCRIPTION: "Scheduled maintenance at CC-IN2P3 - June 15th"
       MAINTENANCE_URL: "https://goc.egi.eu/portal/index.php?Page_Type=Downtime&id=32482"
       MESSENGER_TRANSPORT_DSN: "doctrine://default?auto_setup=0"
   enabled: true
@@ -165,4 +165,4 @@ php:
 webdav:
   enabled: false
 java:
-  enabled: false
+  enabled: false
\ No newline at end of file
diff --git a/user b/user
index 639610b1393fc048babd59111850026d0436ff10..637ae607b314169db02fa10c72a5f10ebb1947d6 100644
Binary files a/user and b/user differ