You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Mobile ID is now available with some use case specific options (https://www.mobileid.ch/de/geschaeftskunden). Some options restrict the DTBS/DTBD that can be used (e.g. "Mobile Login: jetzt bequem einloggen?"). In order to facilitate the use of this code samples, the message should be changed to reflect the text for the most frequently used "professional" package, i.e. change the message to
DE: "<prefix>: Möchten Sie sich mit Mobile ID einloggen?"
FR: "<prefix>: souhaitez-vous vous connecter avec Mobile ID?"
IT: "<prefix>: Vuoi eseguire l’accesso con il Mobile ID?"
EN: "<prefix>: Do you want to login with Mobile ID?"
{mobileid:Auth:message} defined in dictionaries/Auth.definition.json must be changed accordingly.
The text was updated successfully, but these errors were encountered:
It should provide a configuration option for all the proposed login messages in your packages. Possible solution:
'MobileID' => array(
'login_message' => '<static|prefix|free>', // Type of login message, default 'static' if not set
'hosturi' => 'https://myidp.com', // Host prefix for the login message 'prefix'
...
),
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Mobile ID is now available with some use case specific options (https://www.mobileid.ch/de/geschaeftskunden). Some options restrict the DTBS/DTBD that can be used (e.g. "Mobile Login: jetzt bequem einloggen?"). In order to facilitate the use of this code samples, the message should be changed to reflect the text for the most frequently used "professional" package, i.e. change the message to
"<prefix>: Möchten Sie sich mit Mobile ID einloggen?"
"<prefix>: souhaitez-vous vous connecter avec Mobile ID?"
"<prefix>: Vuoi eseguire l’accesso con il Mobile ID?"
"<prefix>: Do you want to login with Mobile ID?"
{mobileid:Auth:message} defined in dictionaries/Auth.definition.json must be changed accordingly.
The text was updated successfully, but these errors were encountered: