Oracle Internet Directory Authenticator Provider Specific Reference
Review the table to complete the values required in the Oracle Internet Directory (OID) Authenticator.
Use this table to get the details about the fields in the Provider Settings page of the Settings for MyOIDDirectory.
| Section Name | Field Name | Description |
|---|---|---|
|
Connection |
Host |
The host name of the Oracle Internet Directory server. |
|
Connection |
Port |
The port number on which the Oracle Internet Directory server is listening. |
|
Connection |
Principal |
The distinguished name (DN) of the Oracle Internet Directory user to be used to connect to the Oracle Internet Directory server. For example: cn=OIDUser,cn=users,dc=us,dc=mycompany,dc=com. |
|
Connection |
Credential |
The Password for the Oracle Internet Directory user entered as the Principal. |
|
Groups |
Group Base DN |
The base distinguished name (DN) of the Oracle Internet Directory server tree that contains groups. |
|
Users |
User Base DN |
The base distinguished name (DN) of the Oracle Internet Directory server tree that contains users. |
|
Users |
All Users Filter |
The LDAP search filter. Click More Info... for details. Leave this blank, because it is the default value for the Active Directory authenticator. Any filter that you add to the All Users Filter is appended to all user searches. |
|
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 such as cn, uid, or mail. For example, to authenticate using a user's email address you set this value to The value that you specify must match the User Name Attribute that you are using in the authentication provider. |
|
Users |
Use Retrieved User Name as Principal |
Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. Oracle recommends that you select this check box as it helps to enforce consistent case usage. For example, if your LDAP user name is JSmith, but you logged in as jsmith (lower case) the Principal is still JSmith (mixed case). This means that any application role memberships granted directly to users, instead of indirectly through groups, are consistently applied at authentication time. |