Release 1.2 - ...
<smartsiteaccounts> element
Contains the mappings between DigiD access levels and Smartsite accounts which should be used for each DigiD access level (only applicable if the DigiD login module has been configured to use impersonation).
Example
| XML |
Copy Code
|
<smartsiteaccounts default="digidUser10">
<user level="10" loginname="digidUser10" />
<user level="20" loginname="digidUser20" />
</smartsiteaccounts>
|
Attributes
| Attribute name |
Required |
Description |
| default |
No |
Smartsite account name, which must be used if the DigiD access level has no corresponding user mapping. |
Parent element
| Element name |
Description |
| <smartsite.digid> |
Contains the DigiD configuration settings. |
Child elements
| Element name |
Description |
| <user> |
Specifies a Smartsite account for a specific DigiD access level. |