Redirects the user to the DigiD login page.

Syntax

Smartsite SXML CopyCode image Copy Code
digid.redirecttologin(locator locator)
digid.redirecttologin(locator locator, locator sourceUrl)
digid.redirecttologin(locator locator, locator sourceUrl, boolean useUrlParameterMapping)
digid.redirecttologin(locator locator, boolean useUrlParameterMapping)

Parameters

Name Data Type Description
locator Locator Locator containing DigiD login url.
sourceUrl Locator Locator containing the original source url (to which a redirect must take place after DigiD login procedure).
useUrlParameterMapping Boolean Boolean indicating whether or not url parameter mapping should be used.

Return Value

None.

Expand image Examples

SXML