General Information | Sources | Targets | Configuration
General Information
It can be accessed through 4 sources and has currently 1 possible targets. This Login Method type does not feature any configuration.
Possible Sources
Shortname | Longname | Description | Requires configuration |
Default | Default Source | The default source for this Login Method Type (Provided) | Yes |
System Reference | Source referenced by the System | The currently logged in user | No |
Profile Reference | User Profile Reference | An attribute in the user profile. | Yes |
User Attribute Reference | User Attribute Reference | An attribute in the User attributes of the currently logged in user. | Yes |
Provided | Provided Source | A statically provided username and optional password. | Yes |
Possible Targets
Shortname | Longname | Description |
Default | Default Target | The default target for this Login Method Type (System will determine the target) |
Sources
Sources define the kind how the value of this Login Method is obtained.
Default Source / Provided Source:
Parameter | Datatype | Description | Mandatory |
Username | String | The username | Yes |
Password | String | The password for this user | No |
An attribute in the currently logged-in user’s profile which is referenced by the provided key will be used as a login method. The attribute in the profile must be an object. This object must contain the username and optional password with the following keys (username, user) for the username and (password, pass) for the password.
Parameter | Datatype | Description | Mandatory |
String | The key to the attribute for the currently logged in user. | Yes |
User Attribute Reference:
An attribute in the currently logged-in user’s user attributes which is referenced by the provided name and category will be used as a login method. The user attribute must be an object. This object must contain the username and optional password with the following keys (username, user) for the username and (password, pass) for the password.