This section lists the prerequisites and steps for applying and verifying this patch.
...
Changes in securityContext.xml
Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc\saml location.
Open securityContext.xml file.
Update the xsi:schemaLocation attribute as shown in the following code snippet.
Code Block language css theme Midnight xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:org/springframework/beans/factory/xml/spring-beans.xsd http://www.springframework.org/schema/security classpath:org/springframework/security/config/spring-security-5.6.xsd http://www.springframework.org/schema/context classpath:org/springframework/context/config/spring-context.xsd">
- Save the file.
Changes in javain java.security
Download the attached java.security file from here.
Paste the downloaded java.security file at .\AdeptiaConnect\ConnectServer\jre\lib\security location.
- Restart the Connect Server.
Anchor | ||||
---|---|---|---|---|
|
...