fix: added https patch to plugin
This commit is contained in:
		
							
								
								
									
										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://")); | ||||
		Reference in New Issue
	
	Block a user