Allow unauthenticated users access to application data, for example, applications
that allow users to browse a read-only product catalog without logging in by assigning the
anonymous security configuration to the application.
The anonymous security configuration:
- Is a preconfigured user name/password login module that accepts the user
name "anonymous" and the password "anonymous". User name is not case
sensitive, but password is.
- Cannot be modified.
- Can be enabled when manually creating an application with anonymous access
or when setting anonymous access for an existing application by creating an
application connection template for it that uses the anonymous security
configuration.