Configure Fusion for LDAP
name
– Name of the security realm. It must be unique. It should be descriptive but short.
type
– Select ldap from the pulldown menu.
When you select ldap, Fusion displays additional, LDAP-specific configuration options.
enabled
checkbox – Whether Fusion allows user logins for this security realm. The default is yes (checked).
auto-create users
checkbox – Whether a user account is created automatically upon initial authentication. The default is yes (checked). If the checkbox is unchecked, then a Fusion user with admin permissions must create Fusion users.
{}
) as a placeholder for the value of the Fusion username.Name | Description |
cn | commonName |
dc | domainComponent |
email address | |
ou | organizationalUnitName |
sn | surname |
uid | userId |
/api/roles/<id>
The role ID string is generated by Fusion when the role is created.
A GET request returns the configured roles for a specific ID. If the ID is omitted from the path, all roles will be returned.
A POST request creates a new role. When creating a new role, the request path is /api/roles
. If the role is created, the request returns the role ID.
/apps
endpoint.Property | Description |
---|---|
name Required | A string containing the role name. |
desc Optional | A string containing a brief text description, for display on the Access Control “ROLES” panel. |
permissions Optional | A list of permissions, specified in JSON notation. See section Permissions for details. |
uiPermissions Optional | A list of names of UI components. |