Skip to content
Failed

Changes

Summary

  1. [GovWayConsole, GovWayMonitor] (commit: 49f3ca7) (details)
  2. [Testsuite] (commit: 7b790c0) (details)
Commit 49f3ca703b57e0763a10e0078bff0c0385f261ae by Andrea Poli
[GovWayConsole, GovWayMonitor]
Aggiunto il supporto per l’integrazione delle console con un authorization server conforme agli standard OpenID Connect (OIDC) e OAuth 2.0.

Squashed commit of the following:

commit 85dc7761c48c84eb037599ffd3251bad1adfcab6
Author: Giuliano Pintori <pintori@link.it>
Date:   Fri Oct 10 20:13:24 2025 +0200

    [GovWayConsole]
    Aggiunta possibilita' di loggarsi tramite autenticazione Oauth2

    [GovWayMonitor]
    Aggiunta possibilita' di loggarsi tramite autenticazione Oauth2
(commit: 49f3ca7)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/OAuth2PrincipalReader.java
The file was modifiedtools/web_interfaces/control_station/src/WEB-INF/web/web.xml.servlet (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/core/ControlStationCore.java (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/OAuth2Costanti.java
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtenteChange.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/listener/AbstractConsoleStartupListener.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/GeneralHelper.java (diff)
The file was modifiedtools/web_interfaces/control_station/deploy/properties/console.properties (diff)
The file was modifiedtools/web_interfaces/monitor/deploy/pages/core/pages/form/user.xhtml (diff)
The file was modifiedtools/utils/src/org/openspcoop2/utils/transport/http/credential/PrincipalReaderFactory.java (diff)
The file was modifiedtools/utils/src/org/openspcoop2/utils/transport/http/credential/IdentityHttpReader.java (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/security/JWTParser.java
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/bean/LoginBean.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/core/PddMonitorProperties.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtentiServiziAdd.java (diff)
The file was addedtools/web_interfaces/lib/mvc/src/org/openspcoop2/web/lib/mvc/PageDataException.java
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/config/ApplicationProperties.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/mbean/DynamicPdDBean.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/LoginCostanti.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtentePasswordChange.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtentiCore.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/WEB-INF/web/web.xml.servlet.core (diff)
The file was modifiedtools/web_interfaces/monitor/src/WEB-INF/web/web.xml.servlet.mapping.core (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/Oauth2Exception.java
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/LoginAsSu.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/utils/ContentAuthorizationCostanti.java (diff)
The file was modifiedtools/web_interfaces/lib/mvc/src/org/openspcoop2/web/lib/mvc/PageData.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/bean/ApplicationBean.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/config/ConsoleProperties.java (diff)
The file was modifiedtools/web_interfaces/lib/mvc/src/org/openspcoop2/web/lib/mvc/Costanti.java (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/OAuth2Utilities.java
The file was modifiedtools/web_interfaces/lib/users/src/org/openspcoop2/web/lib/users/DriverUsersDB.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/LoginSessionUtilities.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/Logout.java (diff)
The file was addedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/servlet/OAuth2UserServlet.java
The file was modifiedtools/utils/src/org/openspcoop2/utils/transport/http/credential/PrincipalReaderType.java (diff)
The file was modifiedresources/doc/src/manuali/installazione/finalizzazione/index.rst (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/BaseOAuth2CallbackServlet.java
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/Oauth2UserInfo.java
The file was modifiedtools/web_interfaces/lib/web-content/tema_css/css/linkit-base.css (diff)
The file was addedresources/doc/src/manuali/installazione/finalizzazione/idmEsterno/index.rst
The file was modifiedtools/web_interfaces/lib/jsplib/edit-page.jsp (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/AuthorizationFilter.java (diff)
The file was modifiedChangeLog (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/core/Utility.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/Login.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/listener/HttpSessionCheckListener.java (diff)
The file was modifiedtools/web_interfaces/lib/mvc/src/org/openspcoop2/web/lib/mvc/DataElement.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/LoginMessagePage.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/mbean/UtentiBean.java (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/Oauth2BaseResponse.java
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtentiChange.java (diff)
The file was removedresources/doc/src/manuali/installazione/finalizzazione/idmEsterno.rst
The file was modifiedant/setup/deploy/resources/core/monitor_local.properties (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/utils/DynamicPdDBeanUtils.java (diff)
The file was modifiedtools/web_interfaces/monitor/deploy/properties/messages_it.properties (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/listener/LoginPhaseListener.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/filters/PrincipalFilter.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtentiCostanti.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/core/Utilities.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/ConsoleHelper.java (diff)
The file was modifiedtools/web_interfaces/monitor/deploy/properties/monitor.properties (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/listener/ViewExpiredListener.java (diff)
The file was modifiedtools/web_interfaces/lib/jsplib/logout.jsp (diff)
The file was modifiedant/setup/deploy/resources/core/console_local.properties (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/LoginHelper.java (diff)
The file was modifiedtools/web_interfaces/monitor/testsuite/scripts/verifica_accesso_console_monitoraggio.sh (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/listener/IEFilter.java (diff)
The file was modifiedtools/web_interfaces/monitor/deploy/pages/public/login.xhtml (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/OAuth2Token.java
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/LoginCore.java (diff)
The file was addedresources/doc/src/manuali/installazione/finalizzazione/idmEsterno/oauth.rst
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtentiAdd.java (diff)
The file was modifiedtools/utils/src/org/openspcoop2/utils/transport/http/credential/IdentityPrincipalReader.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/core/InitListener.java (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/HeadersFilter.java (diff)
The file was addedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/OAuth2UserServlet.java
The file was addedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/servlet/OAuth2CallbackServlet.java
The file was addedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/OAuth2CallbackServlet.java
The file was modifiedtools/utils/ant/openspcoop2-utils-build.xml (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/bean/AbstractLoginBean.java (diff)
The file was addedtools/utils/src/org/openspcoop2/utils/oauth2/Oauth2ClaimValidator.java
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/utenti/UtentiHelper.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/constants/Costanti.java (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/core/Utils.java (diff)
The file was addedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/OAuth2LoginStartServlet.java
The file was modifiedtools/web_interfaces/lib/jsplib/login.jsp (diff)
The file was modifiedtools/web_interfaces/control_station/src/org/openspcoop2/web/ctrlstat/servlet/login/GestoreAutorizzazioni.java (diff)
The file was modifiedtools/web_interfaces/lib/jsplib/filtriRicerca.jsp (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/utils/SessionUtils.java (diff)
The file was modifiedtools/web_interfaces/lib/mvc/src/org/openspcoop2/web/lib/mvc/ServletUtils.java (diff)
The file was modifiedtools/web_interfaces/monitor/deploy/tema_css/css/linkit-form.css (diff)
The file was modifiedtools/web_interfaces/monitor/src/src_core/org/openspcoop2/web/monitor/core/listener/SessionTimeoutFilter.java (diff)
Commit 7b790c04a4609ac25b60673ae7abeb2319542035 by Andrea Poli
[Testsuite]
Aggiunte configurazioni di erogazioni ModI per aumentare il livello di debug.
(commit: 7b790c0)
The file was modifiedcore/src/org/openspcoop2/monitor/engine/statistic/PdndTracciamentoUtils.java (diff)
The file was modifiedprotocolli/modipa/src/org/openspcoop2/protocol/modipa/properties/ModIDynamicConfigurationSoggettiUtilities.java (diff)
The file was modifiedprotocolli/modipa/testsuite/RUN.README (diff)
The file was modifiedprotocolli/modipa/testsuite/src/configurazioni-govway/modipaTestBundle.zip (diff)
The file was modifiedprotocolli/modipa/testsuite/src/karate-config.js (diff)