Skip to content

Commit

Permalink
Substitutes FakeSSO (deprecated) class with JWTSsoService
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-zerbetto committed Oct 8, 2018
1 parent 2f86e82 commit c2759c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation-guide/ka_inst_man_tomcat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Edit the file ``TOMCAT_HOME/conf/server.xml`` in Tomcat and add the following co
:caption: Tomcat environment variables configuration.
<Environment name="resource_path" type="java.lang.String" value="${catalina.home}/resources"/>
<Environment name="sso_class" type="java.lang.String" value="it.eng.spagobi.services.common.FakeSsoService"/>
<Environment name="sso_class" type="java.lang.String" value="it.eng.spagobi.services.common.JWTSsoService"/>
<Environment name="service_url" type="java.lang.String" value="http://localhost:8080/knowage"/>
<Environment name="host_url" type="java.lang.String" value="<server URL which is hosting knowage>"/>
<Environment description="HMAC key" name="hmacKey" type="java.lang.String" value="abc123"/>
Expand Down

0 comments on commit c2759c3

Please sign in to comment.