B
BartMille
Guest
I'm trying to create a rest-service using basic-authentication (+ ssl in production). In the appSecurity-basic-local.xml file I've enabled the "OEClientPrincipal"-section: b:bean id="OEClientPrincipalFilter" class="com.progress.rest.security.OEClientPrincipalFilter" b
roperty name="enablecp" value="true" / b
roperty name="domain" value="rest" / b
roperty name="roles" value="sample" / b
roperty name="authz" value="false" / b
roperty name="expires" value="600" / b
roperty name="accntinfo" value="true" / b
roperty name="properties" b:map b:entry key="prop-1" value="string1"/ b:entry key="prop-2" value="string2"/ /b:map /b
roperty b
roperty name="ccid" value="true" / b
roperty name="anonymous" value="true" / /b:bean Indeed, in the appserver's activate hook, I get a sealed CP containing the correct domain name. When I try to execute a "set-db-client", I get an error (corrupt cp (16385)). Which seems logical since I've never entered the domain's passphrase anywhere(except in the db). Does anybody have an idea where I can enter this info? Or, how to solve this? Using 11.3
Continue reading...










Continue reading...