Anonymous Access - still get login Screen

Hello,
I tried do follow the pet-clinic anonymous login example. I changed the settings as mentioned in the example, but I still get the login screen displayed when I access the application. Has anyone an idea how to debug and find the mistake?

web-app-properties:

cuba.availableLocales = German|de
cuba.localeSelectVisible = false
cuba.web.theme = halo
cuba.web.defaultScreenId=imoauction_Objectbrowser
cuba.web.mainScreenId=extMainScreen

cuba.web.initialScreenId = extMainScreen
cuba.web.allowAnonymousAccess = true
cuba.web.appWindowMode = SINGLE

Thx
Michael

Hi!
Anonymous users do not have roles by default. So you need to create a new role, define in it screens in which an anonymous user will be allowed access and add this role to your user or just add the system-minimal role to the existing anonymous user.

Regards,
Elena

1 Like

Hello,

thanks for you answer. After I identified the all needed screens that must be assinged and I realized, that restarting of the app-server is needed to get the new rights loaded, I solved my problem. Thx.

1 Like