0
votes

I have a xpages app. with anonymous access. For some parts to access I need to login in (I use roles to hide the admin parts of the application) When I login via a url like http://myapp.com/app.nsf?opendatabase&login I can enter my credentials and I am authenticated to the server and app. When I navigate to some pages I notice it starts to work with anonymous access again. So for some reason the server drops the credentials.

Any idea?

Regards, Peter

2
Hi what type of authentication is used? basic or form ? - umeli
Basic authentication. - Peter Strackx
Which URLs are you opening when it looks like the server is loosing the credentials? Please also check the Requests send over the wire with the browser dev tolls (Hit F12). Is the Cookie/Token included in these request? - Sven Hasselbach

2 Answers

0
votes

Turn off anonymous access for the application that holds the XPages and then turn on the public access setting for those XPages that require anonymous access.

0
votes

Seems to be a Safari issue. After cleaning my history and cache it works..

Thanks all for the help.

Regards, Peter