...
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/OICDDisplayName
field for SAMLif above is not present:
hostname
redirect_uri
field for Oauth2/OICDassertionConsumerUrl
field for SAML
from
ftn_spname
request parameter if theAllowFtnSpname
is enabled (see https://ubisecuredev.atlassian.net/l/cp/cxk6skXX for details)
BankID documentation
BankID /auth endpoint documentation
...