Question VIACHESLAV PANCHENKO · Feb 22, 2019

Default page for CSP Web application

Have any idea for add default page to web application in csp menu

&?

Comments

Kyle Baxter · Feb 27, 2019

For what situation(s) should a user go to this page?  For login?  After login?  When they've been timed out? 
I think what you want to do is have a custom login page that automatically redirects you to a default landing page.  But that's not configurable, you need to write that logic into your login page.  But you can put your custom login page into the Web Application menu.

0
Ishan Srivastava  Jul 12, 2021 to Kyle Baxter

I have a similiar kind of issue. I have a web application on vue.js. Hosted the application on Edit Web Application option. Now I want to have a simple HealthShare Login page to display when the user logs in. Tried almost all the options but nothing works and it lands me to the application directly.

0