How to make my webpage (csp page ) unauthenticated
I have created person.csp in my namespace using studio and view->webpage then web page opened in below url
http://localhost:52773/csp/healthshare/pponugotins/person.csp
I have crated new web application as /csp/test. only change is selected unauthenticated
http://localhost:52773/csp/test/person.csp
it should open same webpage , but showing "Invalid Action"
please help me what should i do.
I need a csp page which should not ask any authentication
Thanks,
Prashanth
Product version: IRIS 2022.1
@prashanth ponugoti - a couple of things to look at:
1) When you open the first link in /csp/healthshare does it open for you after authenticating?
2) Is your /csp/test web application definition set to work in the same namespace as /csp/healthshare?
3) Is a copy of your person.csp file moved to the web application root that you defined for /csp/test?
Hope that helps get you started on finding a solution.
*test = optimus
1) yes
2)yes
3)yes
A little bit of guessing from my side. behind your page /csp/test/person.csp
there is a namespace (eg. USER) with DB user
If you have no login page you run as "UnknownUser"
If it has no access rights or appropriate roles (most likely) for this DB behind you are lost;
2 possible workarounds: