Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
BANK_ID_TEXT = You are trying to authenticate to {0}. Please confirm the operation.

If your configured application display name is My application then the user will see:

You are trying to authenticate to My application. Please confirm the operation.

Application display name

Display name can be provided in one of the following ways:

  • from metadata:

    • client_name field for OAuth2/OICD

    • DisplayName field for SAML

    • if above is not present:

      • hostname

        • redirect_uri field for Oauth2/OICD

        • assertionConsumerUrl field for SAML

  • from ftn_spname request parameter if the AllowFtnSpname is enabled (see https://ubisecuredev.atlassian.net/l/cp/cxk6skXX for details)

BankID documentation

BankID /auth endpoint documentation

...