fix: added https patch to plugin

This commit is contained in:
Pierre Tellier 2025-02-04 15:01:36 +01:00
parent feb713c52a
commit e6e456631e

4
keycloak/CAS/https_patch Normal file
View File

@ -0,0 +1,4 @@
41c41
< .queryParam(PROVIDER_PARAMETER_SERVICE, uriInfo.getAbsolutePath().toString());
---
> .queryParam(PROVIDER_PARAMETER_SERVICE, uriInfo.getAbsolutePath().toString().replace("http://", "https://"));