Closed SamuelTJackson closed 4 years ago
Were you able to successfully integrate Knowage Server with Keyrock? I'm stuck at "missing parameter 'state'" issue!! Can you please throw some light here.
Hey you can tell Keyrock that the state is optional. But Knowage is no longer compatible with keyrock.
Okay, I tackled this by adding "STATE=true" to config.properties, but even after removing "NEW_SESSION=true" from URL, I end up landing on on Knowage server login page!!
Hey you can tell Keyrock that the state is optional. But Knowage is no longer compatible with keyrock. Any sources saying the same? I working since a week on this!!
I try to use Knowage with Keyrock. In order to archieve this I followed this and this. I extended the entrypoint.sh file as follows:
And I had to install zip in the Dockerfile of Knowage.
I checked the files after I started the container configs.xml:
server.xml:
<Environment name="sso_class" type="java.lang.String" value="it.eng.spagobi.services.oauth2.Oauth2SsoService"/>
web.xml:configs.properties inside of knowage-utils-7.0.0.jar (in the tutorial its called knowageutils.jar):
docker-compose extract:
If I enter the knowage site I get redirected to Keyrock and can login for the created Knowage application. Then I get redirected to:
https://knowage.mydomain.de/knowage/servlet/AdapterHTTP?PAGE=LoginPage&code=bd3a99c09742741e93b8c86e68302f3d41b441f3
and I get a 500 error. knowage log:Can someone tell what I'm doing wrong?