fix: added https patch to plugin
This commit is contained in:
parent
feb713c52a
commit
e6e456631e
4
keycloak/CAS/https_patch
Normal file
4
keycloak/CAS/https_patch
Normal file
@ -0,0 +1,4 @@
|
||||
41c41
|
||||
< .queryParam(PROVIDER_PARAMETER_SERVICE, uriInfo.getAbsolutePath().toString());
|
||||
---
|
||||
> .queryParam(PROVIDER_PARAMETER_SERVICE, uriInfo.getAbsolutePath().toString().replace("http://", "https://"));
|
Loading…
x
Reference in New Issue
Block a user