Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

DTBS/DTBD does not comply with new commercial packages #62

Open
hpwaldegger opened this issue Nov 16, 2017 · 1 comment
Open

DTBS/DTBD does not comply with new commercial packages #62

hpwaldegger opened this issue Nov 16, 2017 · 1 comment

Comments

@hpwaldegger
Copy link
Member

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.

@FreddyKaiser
Copy link
Contributor

FreddyKaiser commented Dec 7, 2017

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants