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#

NameTypeRequiredDefaultDescription
regexstringrequiredThe regular expression matched against the User-Agent header
return-urlstringrequiredThe 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

Was this helpful?