Closed tbstevens closed 9 years ago
@tbstevens - Please proceed.
@psakia - Pius, we need to add additional logic to the hook so that vendor users are redirected to their vendor branded login page after logging out from the vendor site.
@psakia - Let me know if you have any questions on this.
@tbstevens in Acceptance Criteria you have included Site Admin. I thought this is only applicable to site-roles? Also at 1# you specified the landing logout page to be http://[domain]/group/[vendor]/ page Do you actual mean http://[domain]/web/[vendor]/Login.? note the difference between "/web" and "/group". Because in the above Setup section you wrote " Create one public titled "Login". I'm assuming this a site specific branded public page. Please clarify.
Hey @psakia - I think you accidentally closed this issue when you commented. I reopened it.
There are portal admins, and site admins. Any site level user should be redirected to their site login page.
The "/group/" instead of "/web/" is not a mistake. If you look at the behavior of liferay, if a user attempts to hit a private page, it will direct them to the public page with the correct redirect URL params. For example:
Alternatively, you could redirect them specifically to that location, however, I don't believe this is the best solution because the other solution allows Creekridge to name the page whatever they want and you still maintain the redirect so that the user is taken to the private page after logging in.
@Creekridge - Working in prod. Ready for testing.
Confirmed.
Awaiting decision from Creekridge on whether to move forward with logout hook for vendor branded logout.