Skip to content

Commit

Permalink
fixed logout url oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizyo committed Oct 16, 2015
1 parent be8e387 commit 0a824f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Change the following settings (change their VALUE\_CHECK property):
SPAGOBI_SSO.ACTIVE = true
SPAGOBI.SECURITY.PORTAL-SECURITY-CLASS.className = it.eng.spagobi.security.OAuth2SecurityInfoProvider
SPAGOBI.SECURITY.USER-PROFILE-FACTORY-CLASS.className = it.eng.spagobi.security.OAuth2SecurityServiceSupplier
SPAGOBI_SSO.SECURITY_LOGOUT_URL = <https://account.lab.fiware.org/users/sign_out>
SPAGOBI_SSO.SECURITY_LOGOUT_URL = https://account.lab.fiware.org
```

Beyond previous settings, there are other configurations that can be made (optional):
Expand Down

0 comments on commit 0a824f9

Please sign in to comment.