shieldAuthentication

This guide explains how to control who can access your portal and what content they can see. DistiForge gives you four authentication options, from fully open public access to enterprise Single Sign-On, and a flexible confidentiality system so you can show the right content to the right people.

Choosing an Authentication Method

Navigate to Settings > Authentication to configure how visitors log into your portal. You can only have one active authentication method at a time.

The four options are:

Method
Best for

Public Access

Open product catalogs, no login required

Shared Password

Simple access control with a single shared code

Magic Link

Email-based login, useful for partner and customer portals

Single Sign-On (SSO)

Enterprise portals using Okta, Azure AD, Auth0, or similar

With Public Access, anyone who visits your portal URL can browse it immediately - no login, no password. All visitors are treated as public-level users and can only see content tagged as Public.

This is ideal for outward-facing product catalogs where you want zero friction for prospective customers.

Setting up Public Access

1

Go to Authentication

Go to Settings > Authentication.

2

Select Public Access

Select Public Access.

3

Save

Click Save.

That's it. Your portal is now open to anyone with the link.

Switching Between Authentication Methods

You can change your authentication method at any time from Settings > Authentication. Simply select the new method, configure its settings, and save.

circle-info

Keep in mind:

  • Switching methods immediately affects new login attempts. Existing active sessions remain valid until they expire.

  • If you switch away from Magic Link or SSO, any portal members who joined via those methods will remain in the member list but will no longer be able to log in via their original method.

  • Test your new authentication setup before announcing the change to users.

How Authentication and Confidentiality Work Together

When a user logs in, DistiForge determines which confidentiality levels they are allowed to see based on their authentication method and any applicable rules:

  • A public visitor sees only Public content.

  • A password user sees the levels you configured for that password.

  • A magic link user sees the levels mapped to their email domain.

  • An SSO user sees the levels mapped to their IdP groups.

  • A member with an override sees the levels an admin has granted them directly (see the Members guide for details).

The AI assistant, product search, and all portal features automatically respect these access levels — users only ever see content they are allowed to access.

Last updated