From 371adc13fbff6150a32fcd8b5242ef03899c758b Mon Sep 17 00:00:00 2001 From: Dominik Frantisek Bucik Date: Fri, 5 Nov 2021 09:47:49 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20fix=20loading=20JWKS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Caused failures in validation of JWTs. We have exposed the default bundled file instead of the correctly loaded one. --- .../src/main/webapp/WEB-INF/crypto-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/crypto-config.xml b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/crypto-config.xml index 933b5c333..83be1af4a 100644 --- a/perun-oidc-server-webapp/src/main/webapp/WEB-INF/crypto-config.xml +++ b/perun-oidc-server-webapp/src/main/webapp/WEB-INF/crypto-config.xml @@ -31,7 +31,7 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd"> - +