/api/realm-configs/<id>
where <id> is the ID of a realm. The ID is optional for a GET request and omitted from a POST request.
A GET request returns the configured realms. If ID is omitted, all realms will be returned.
A POST request creates a new realm. If the request is successful, a new ID will be generated.
/apps
endpoint.Parameter | Description |
---|---|
name Required | The name of the realm. This name will appear on the login screen of the UI, and will appear in user records to identify the realm they belong to. |
enabled Required | If true, the realm is available for users to use with system authentication. |
realmType Required | String value for realm type. |
Parameter | Description |
---|---|
host | The hostname of the LDAP server. |
port | The port to use when connecting to the LDAP server. |
ssl | If true, SSL will be used when connecting to the LDAP server. |
bindDN | A string consisting of the LDAP server DN (Distinguished Name) and a single pair of curly braces ({} ) which is a placeholder for the username. |