Changed the URL to access the local instance to correspond with the new WAR file name.
parent
87578504ea
commit
6b79271f78
|
@ -69,4 +69,4 @@ To deploy the Server, copy the generated .war file to the tomcat `webapps` direc
|
||||||
|
|
||||||
`cp openid-connect-server/target/openid-connect-server.war /var/lib/tomcat6/webapps`
|
`cp openid-connect-server/target/openid-connect-server.war /var/lib/tomcat6/webapps`
|
||||||
|
|
||||||
To configure the server for local use, see the [Server Configuration](Server-configuration) documentation. Most importantly, the `issuer` value in the server configuration bean needs to be set to the URL that the server can be accessed from. The default value for the `issuer` is `http://localhost:8080/openid-connect-server/`.
|
To configure the server for local use, see the [Server Configuration](Server-configuration) documentation. Most importantly, the `issuer` value in the server configuration bean needs to be set to the URL that the server can be accessed from. The default value for the `issuer` is `http://localhost:8080/openid-connect-server-webapp/`.
|
Loading…
Reference in New Issue