Configure No-Authentication Service

Deactivate the Authentication Service in Contineo.

No-Authentication Service for Web Modules

At times, it is required to access a web module without any authentication. For example, a user should not be required to log in during the self-registration process.

Since every Contineo web module requires an authentication service, it is necessary to create a no-authentication service.

Contineo developers can configure SimpleAuthenticationService to auto-login.

Steps to Configure No-Authentication Service

  1. Click <Application Name> > Settings > +.

  2. Enter a unique component name.

  3. Select SimpleAuthenticationService from the Type dropdown list.

    No authentication service creation

  4. Click Component name.

  5. Click Properties.

  6. Enter values for username (any string).

  7. Enter values for password (any string).

  8. Select the Auto Login checkbox.

  9. Enter #auto-login (without quotes) in Custom Tags.

    No Auth configuration

  10. Click Save.

Notes

To configure a web module with no-authentication service:

  1. To open the Properties Panel, select the web module.

  2. Click Security.

  3. Select the no-authentication service from the dropdown list.

    Configure no-auth service

  4. Save the web module.

Important

It is critical to save the main application:

  1. Select <Application>.

  2. Click Save.

    Save Main application