...
Name | Description | Required | Type |
---|---|---|---|
host | Host of the LDAP server. | true | String |
userDn | The user distinguished name. | true | String |
userPassword | The password (credentials) to use for getting authenticated contexts. | true | String |
dnPattern | The pattern which will be used to supply a DN for the user. | false | String |
search | Search configuration which uses an Ldap filter to locate the user. | false | AuthenticationModuleLdapSearchType |
...
AuthenticationModuleLdapSearchType
Name | Description | Required | Type |
---|---|---|---|
pattern | The filter expression used in the user search. This is an LDAP search filter (as defined in 'RFC 2254') with optional arguments. Example (uid={0}) | true | String |
namingAttr | Specifying explicit LDAP attribute that is retrieved from user's LDAP account and contains value that matches midPoint's username. | false | String |
subtree | If true then searches the entire subtree as identified by context, if false (the default) then only searches the level identified by the context. | false | Boolean |
...
Name | Description | Required | Type |
---|---|---|---|
serviceProvider | Basic configuration of SP. | true | AuthenticationModuleSaml2ServiceProviderType |
network | Network configuration of REST requests. | false | AuthenticationModuleSaml2NetworkType |
AuthenticationModuleSaml2NetworkType
AuthenticationModuleSaml2NetworkType have only two attributes:
...