~~NOTRANS~~ ~~Title: Application Without Authentication~~ Sometimes it's useful to create an application without login. This kind of application is perfect for public areas or if you offer free services. It's not a problem to code such an application, but it's also possible to configure this requirement. Simply use the ''ConnectAuthenticator'' in your //application.xml//: com.sibvisions.apps.auth.ConnectAuthenticator and set NoSecurityManager via //config.xml//: com.sibvisions.rad.server.security.NoSecurityManager These two settings will change your application from a restricted to a public application without user login.