Skip to content

Commit

Permalink
Substitues 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 c2759c3 commit 27d7449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation-guide/ka_inst_man_jboss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Edit the JBOSS_HOME/standalone/configuration/standalone.xml and add the followin
<simple name="java:/urls/resource_path" type="java.lang.String"
value="${jboss.server.data.dir}/resources" />
<simple name="java:/urls/sso_class" type="java.lang.String"
value="it.eng.spagobi.services.common.FakeSsoService" /> <simple
value="it.eng.spagobi.services.common.JWTSsoService" /> <simple
name="java:/urls/service_url" type="java.lang.String"
value="http:// localhost:8080/knowage" />
<simple name="java:/urls/host_url" type="java.lang.String"
Expand Down

0 comments on commit 27d7449

Please sign in to comment.