githubEdit

Pluggable Authentication Mode (PAM)

Authenticate with your external systems using Pluggable Authentication Mode

Overview

A pluggable authentication module (PAM) is a system that integrates multiple low-level authentication schemes into a high-level application programming interface (API). PAM allows programs that rely on authentication to be written independently of the underlying authentication scheme.

Fields

Fields
Description

PAM System

Opens a list of the supported existing PAM systems

PAM Endpoint

The path of the endpoint corresponds and retrieves the secret from the PAM system.

PAM Secret Auth Type

Select the supported method to integrate to any of the selected source systems. Authentication details of the Source system can be found in their respective documentation. For instance, ServiceNow supports Basic and OAuth as authentication methods.

For example, if you choose Basic authentication, you will need to fill in the JSON paths for the username and password based on the secret template. This will ensure that the Connector will extract the original username and password from the PAM system.z

Last updated

Was this helpful?