User-agent-regex (Section)#
Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/bankid/backend-return-url/override-return-url{id}/user-agent-regex
If the User-Agent header matches the provided regex, then the provided return URL is used. Only used for non-HAAPI requests.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| regex | string | required | The regular expression matched against the User-Agent header | |
| return-url | string | required | The return URL to use if the User-Agent matched the regex. Any occurrences of ‘:launchUrl’ will be replaced by the Identity Server URL where the BankID application was launched |