Authentication Provider Source Reference
This table provides a reference for adding an authentication provider.
| Section Name | Field Name | Description |
|---|---|---|
|
Connection |
Host |
The LDAP host name. For example, <localhost>. |
|
Connection |
Port |
The LDAP host listening port number. For example, 6050. |
|
Connection |
Principal |
The distinguished name (DN) of the user that connects to the LDAP server. For example, cn=orcladmin. |
|
Connection |
Credential |
The password for the LDAP administrative user entered as the Principal. |
|
Users |
User Base DN |
The base distinguished name (DN) of the LDAP server tree that contains users. For example, use the same value as in Oracle Access Manager. |
|
Users |
All Users Filter |
The LDAP search filter. For example, (&(uid=*) (objectclass=person)). The asterisk (*) filters for all users. Click More Info... for details. |
|
Users |
User From Name Filter |
The LDAP search filter. Click More Info... for details. |
|
Users |
User Name Attribute |
The attribute that you want to use to authenticate, for example, cn, uid, or mail. Set as the default attribute for user name in the directory server. For example, uid. The value that you specify here must match the User Name Attribute that you are using in the authentication provider. |
|
Groups |
Group Base DN |
The base distinguished name (DN) of the LDAP server tree that contains groups (same as User Base DN). |
|
General |
GUID attribute |
The attribute used to define object GUIDs in LDAP. orclguid You should not change this default value, in most cases the default value here is sufficient. |