Configure unauthenticated access

Open your app to the general public by configuring unauthenticated access.

When you create a new app in Appfarm Create, it is configured by default to require authentication. If a user loads the app and they are not logged in, they will be presented with the login screen. To allow users to access your app without logging in, you need to configure unauthenticated access.

Follow the checklist below to configure unauthenticated access.

Checklist

  • Under Roles, create a new Role for unauthenticated users. Check the environment(s) for which you want to grant access.

  • Under Permissions, grant the newly created Role:

    • Access to your public app within Apps

    • Access (likely read-only) to the necessary Object Classes

  • Under Service Accounts create a new Account and assign it the new Role. This will be used as the underlying account for all unauthenticated users.

  • Under Environments Config, within each Environment that you want to open to the public, check “Unauthenticated Access” under Application Security and then select the Service Account you just created.

Since the changes involve updated permissions you will need to deploy for these changes to take effect.

Example An example of an app with unauthenticated access is available in our Showroom. Check out the setup of the Sign Up app in Appfarm Create. Don't have access? Register.

Last updated

Was this helpful?