This section describes the architecture of the
identity_providers.properties file.
| Modifiable Field |
entraID.clientID |
| Field Description |
The Client ID used to establish a connection to Microsoft
Entra ID. |
| Possible Values |
|
| Value Definition |
String |
| Modifiable Field |
entraID.tenantID |
| Field Description |
The Tenant ID used to establish a connection to Microsoft
Entra ID. |
| Possible Values |
|
| Value Definition |
String |
| Modifiable Field |
entraID.secret |
| Field Description |
The secret used to establish a connection to Microsoft
Entra ID. The secret can be entered here in plain text or it can be
encrypted. |
| Possible Values |
User defined |
| Value Definition |
User defined |
| Modifiable Field |
entraID.secretEncrypted |
| Field Description |
Instructs Remote Control to read the value of the secret
parameter as encrypted (true) or plain text (false). |
| Possible Values |
True or False |
| Value Definition |
|
| Modifiable Field |
entraID.baseUrl |
| Field Description |
Base URL for Microsoft Entra ID. |
| Possible Values |
The default value is https://graph.microsoft.com/v1.0 |
| Value Definition |
|
| Modifiable Field |
entraID.defaultScope |
| Field Description |
Default scope for Microsoft Entra ID. |
| Possible Values |
The default value is https://graph.microsoft.com/default |
| Value Definition |
|
| Modifiable Field |
entraID.userInGroup |
| Field Description |
Determines whether a user who matches the user search
criteria also has to be a member of the groups found in the group
search. |
| Possible Values |
True or False |
| Value Definition |
- True
- Only users who match the user search criteria and are
members of the groups found in the group search are
imported.
- False
- All users who match the user search criteria regardless of
their group membership are imported.
Note: Users are imported into the DefaultGroup as
well as any other groups that they belong to.
|
| Modifiable Field |
entraID.userEmail |
| Field Description |
Microsoft Entra ID attribute containing the user's email
address. |
| Possible Values |
User Defined for example: userPrincipalName |
| Value Definition |
|
| Modifiable Field |
entraID.userID |
| Field Description |
Microsoft Entra ID attribute used for user ID. |
| Possible Values |
User defined for example: userPrincipalName. |
| Value Definition |
|
| Modifiable Field |
entraID.forename |
| Field Description |
Microsoft Entra ID field for forename. |
| Possible Values |
User Defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.surname |
| Field Description |
Microsoft Entra ID field for surname. |
| Possible Values |
User defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.employeeID |
| Field Description |
Microsoft Entra ID field for employee ID. |
| Possible Values |
User defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.title |
| Field Description |
Microsoft Entra ID field for title. |
| Possible Values |
User Defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.company |
| Field Description |
Microsoft Entra ID field for company. |
| Possible Values |
User Defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.department |
| Field Description |
Microsoft Entra ID field for department. |
| Possible Values |
User Defined |
| Value Definition |
User Defined string |
| Modifiable Field |
entraID.location |
| Field Description |
Microsoft Entra ID field for location. |
| Possible Values |
User Defined |
| Value Definition |
User Defined string |
| Modifiable Field |
entraID.address |
| Field Description |
Microsoft Entra ID field for address. |
| Possible Values |
User Defined |
| Value Definition |
User Defined string |
| Modifiable Field |
entraID.mobile |
| Field Description |
Microsoft Entra ID field for mobile. |
| Possible Values |
User Defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.state |
| Field Description |
Microsoft Entra ID field for state. |
| Possible Values |
User Defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.country |
| Field Description |
Microsoft Entra ID field for country. |
| Possible Values |
User Defined |
| Value Definition |
User defined string |
| Modifiable Field |
entraID.pageSize |
| Field Description |
Set this value to the page size of Microsoft Entra search
retrievals. |
| Possible Values |
User defined integer that must be between 1 and 999
inclusive. The default value is 500. |
| Value Definition |
User Defined |