Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When persisting the logout URL, WSO2 App Manager converts it to a gateway URL by tallying it against the Web app URL. Therefore, you need to enter the complete logout URL always need to start with the Web app URL as shown in the below convention.starting with the Web app URL. For example, if your Web app URL

...

is http://locahost:8080/MyWebapp

...

, the enter the logout URL as followshttp://locahost:8080/MyWebapp/?action=logout

...

.

Configuring the Web app

The configured logout URL of the Web app should be relative, and should not contain absolute references. A sample logout link configuration In the Web app, if you have any absolute references, in the logout URL, then WSO2 App Manager will directly invoke the Web app by-passing the gateway. Therefore, you need to configure the logout URL as a relative reference. For example, a sample logout link configuration with a relative reference on a JSP page, is as follows.

...