Skip to main content

Organization & Environment

Before you start

There are a few essential elements to consider:

Cryptr Dashboard - Home Page

  • Redirection: A redirection also called redirect_uri is the URL to which your user will be redirected after authentication.

User directory

When it comes to controlling access to your

The fallback content to display on prerendering
, the first step is to store your users in a dedicated user directory. This directory is specific to each organization and environment, which can be either be a sandbox environment for testing or a default environment for production.

An

The fallback content to display on prerendering
can represent your enterprise customer, a public service, or an association, and is identified by strong identifier known as
The fallback content to display on prerendering

To get started we create a dedicated User directory for each new customer, where we store all

The fallback content to display on prerendering
information and configuration settings. This is done to ensure that the actions and resources are delimited to only that specific customer.

On a lower level you have

The fallback content to display on prerendering
which is defined by the
The fallback content to display on prerendering
used, meaning that a sandbox one will store
The fallback content to display on prerendering
in the sandbox environment, and a production
The fallback content to display on prerendering
will be stored in a default environment.

For example, if your

The fallback content to display on prerendering
instance uses a sandbox client_id, it will only store
The fallback content to display on prerendering
in the sandbox environment and grant them authentication rights in that environment.

To learn more about sandbox and production environments and how they affect your application,

The fallback content to display on prerendering

Create an Organization

The user directory is represented by the

The fallback content to display on prerendering
resource, you can create a new one. Basically you can provide a name and the list of email domains related to your enterprise customer.

Creating an Organization couldn't be easier 🤩. First, go to your Dashboard. Once logged in, if it's your first time, you'll be asked to create an Organization. If this is not the case, click on the + button in the User Directory Sidebar Navigation on the left of your screen.

Cryptr Dashboard - Create Organization

Once your

The fallback content to display on prerendering
is created you get its domain (the slugified name), here communitiz-app it is this value which will be used as an identifier. Now each time a new user will be created, it will be stored in this domain's User directory.

note

It is also possible to create an Organization through API. The

The fallback content to display on prerendering
used for the organization creation will then gain rights on this new Organization and the related nested resources.

tip

The domain is a generated slug from name value. So choose wisely your name to get the proper domain.
For example: Loirama domain's will be loirama while the domain of Cola Coca would be cola-coca.

What's next ?

Since your organization is created, you can manage your organization's nested resources such as

The fallback content to display on prerendering
, Connection, IT Admin...

To do this from your dashboard go to the page dedicated to the Organization for which you wish to manage Users, Connection or anything else. You can select an Organization via the User Directory Sidebar Navigation on the left of your screen.

Cryptr Dashboard - Organization Page

From this screen you can modify many things regarding your Organization.

info

Please note that you can manage resource from a sandbox environment with a sandbox

The fallback content to display on prerendering
, same for production resources.

To see more about

The fallback content to display on prerendering
and
The fallback content to display on prerendering
, please hae a loook at our Organization API Reference and User API Reference.