Novant

Documentation

Credentials

Credentials provide a secure way to store authentication information that can be reused across multiple sources within a project.

Using credentials ensures:

Credential Types

Currently, the platform supports two credential types:

Password Credentials

A Password credential consists of a username and password pair. Use this type when connecting to systems that require traditional login credentials.

Example use cases:

Token Credentials

A Token credential represents a single opaque authentication value, such as:

This type is used when the authentication method only requires providing a token string, rather than a username/password pair.