By: Praveen Srinivasan user 15 Feb 2018 at 9:18 a.m. CST

3 Responses
Praveen Srinivasan gravatar
Hi, I am having oauth login in my application. The end point is **oxauth/login**. After logged in if I goto the endpoint **oxauth/login**, it shows a black page. Is there any options to show any message if the user is logged in? Something Like in **login.xhtml** ``` <h:panelGroup rendered="#{sessionIdService.isSessionIdAuthenticated}"> You are already logged in. Please goto Home page. </h:panelGroup> ``` Or else is there any option to redirect the user to profile page?

By Aliaksandr Samuseu staff 15 Feb 2018 at 10:08 a.m. CST

Aliaksandr Samuseu gravatar
Hi, Praveen. You are free to [customize pages](https://gluu.org/docs/ce/3.1.2/operation/custom-design/) whatever way you wish. Yet, such customizations are not covered by community (free) user support.

By Praveen Srinivasan user 15 Feb 2018 at 10:10 a.m. CST

Praveen Srinivasan gravatar
I already customized the pages. But I just want to know the keyword to show some message if the user is logged in. What is the condition to make check if the user is logged in or not.

By Aliaksandr Samuseu staff 15 Feb 2018 at 10:58 a.m. CST

Aliaksandr Samuseu gravatar
As the customization doc reads, "Customizations should only be made by people with a solid understanding of web-development". You'll have to study the source code and the framework behind it, and figure out how to update it yourself, unfortunately. That's a regular web development task and not something we usually provide support for.