Homepage before auth

0
I have implemented authentication. but whenever I request to my app if I am not authenticated it redirect me to login page. I don’t want this I want to see homepage first then on clicking a button I should be redirect to login. Any suggestions.
asked
2 answers
2

You will need to allow anonymous users in Application Security as below and then define separate Home Page and Login Page in the Navigation settings

 

answered
1

Navigation Settings

 

answered