-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EPA-171: Removed JSON content-type for /auth and improved error messages
- Loading branch information
1 parent
e46698f
commit dc0b529
Showing
10 changed files
with
213 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
lang=de-DE | ||
title=Anmeldung mit GesundheitsID | ||
error.login=Einloggen mit GesundheitsID | ||
error.serverError=Ohh nein! Unerwarteter Serverfehler. Bitte versuchen Sie es erneut. | ||
error.federationError=Ohh nein! Unerwarteter Fehler der GesundheitsID. Bitte versuchen Sie es erneut. Grund: %s | ||
error.noProvider=Kein Identitätsanbieter ausgewählt. Bitte zurückgehen. | ||
error.invalidSession=Oops, Sitzung unbekannt oder abgelaufen. Bitte starten Sie erneut. | ||
error.insecureRedirect=Unsicherer redirect_uri='%s'. Falsch konfigurierter Server, bitte verwenden Sie 'https'. | ||
error.authError=Ohh nein! Unerwarteter Fehler der GesundheitsID. Unterstützt ihre Krankenkasse bereits Apps? Grund: %s | ||
error.badRedirect=Ungültige redirect_uri='%s'. Übergebener Link ist nicht gültig. | ||
error.untrustedRedirect=Nicht vertrauenswürdiger redirect_uri=%s. Falsch konfigurierter Server. | ||
error.unsupportedScope=Scope '%s' wird nicht unterstützt | ||
error.unsupportedResponseType=Nicht unterstützter Antworttyp: '%s' | ||
error.blankUri=Leere Uri | ||
error.badUri=Falsch uri='%s' | ||
error.blankUri=Leere Uri | ||
error.federationError=Ohh nein! Unerwarteter Fehler der GesundheitsID. Bitte versuchen Sie es erneut. Grund: %s | ||
error.insecureRedirect=Unsicherer redirect_uri='%s'. Falsch konfigurierter Server, bitte verwenden Sie 'https'. | ||
error.invalidSession=Oops, Sitzung unbekannt oder abgelaufen. Bitte starten Sie erneut. | ||
error.login=Einloggen mit GesundheitsID | ||
error.noProvider=Kein Identitätsanbieter ausgewählt. Bitte zurückgehen. | ||
error.noRedirect=keine redirect_uri | ||
error.serverError=Ohh nein! Unerwarteter Serverfehler. Bitte versuchen Sie es erneut. | ||
error.unparsableHeader=Fehlgeformter Accept-Language-Header-Wert kann nicht analysiert werden | ||
idp.selection=Wählen Sie Ihren GesundheitsID Anbieter | ||
error.unsupportedResponseType=Nicht unterstützter Antworttyp: '%s' | ||
error.unsupportedScope=Scope '%s' wird nicht unterstützt | ||
error.untrustedRedirect=Nicht vertrauenswürdiger redirect_uri=%s. Falsch konfigurierter Server. | ||
idp.login=Einloggen | ||
idp.selection=Wählen Sie Ihren GesundheitsID Anbieter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
lang=en-US | ||
title=Login with GesundheitsID | ||
error.serverError=Ohh no! Unexpected server error. Please try again. | ||
error.federationError=Ohh no! Unexpected eHealthID error. Cause: %s | ||
error.noProvider =No identity provider selected. Please go back | ||
error.invalidSession=Oops, session unknown or expired. Please start again. | ||
error.insecureRedirect=Insecure redirect_uri='%s'. Misconfigured server, please use 'https'. | ||
error.authError=Ohh no! Unexpected eHealthID error. Does your health insurance support apps? Cause: %s | ||
error.badRedirect=Bad redirect_uri='%s'. Passed link is not valid. | ||
error.untrustedRedirect=Untrusted redirect_uri=%s. Misconfigured server. | ||
error.blankUri=Blank uri | ||
error.unsupportedScope=scope '%s' not supported | ||
error.unsupportedResponseType=Unsupported response type: '%s' | ||
error.badUri=Bad uri='%s' | ||
error.blankUri=Blank uri | ||
error.federationError=Ohh no! Unexpected eHealthID error. Cause: %s | ||
error.insecureRedirect=Insecure redirect_uri='%s'. Misconfigured server, please use 'https'. | ||
error.invalidSession=Oops, session unknown or expired. Please start again. | ||
error.login=Log in with GesundheitsID | ||
error.noProvider=No identity provider selected. Please go back | ||
error.noRedirect=No redirect_uri | ||
error.serverError=Ohh no! Unexpected server error. Please try again. | ||
error.unparsableHeader=Unable to parse malformed Accept-Language header value | ||
error.login=Log in with GesundheitsID | ||
idp.selection=Select your GesundheitsID Provider | ||
error.unsupportedResponseType=Unsupported response type: '%s' | ||
error.unsupportedScope=scope '%s' not supported | ||
error.untrustedRedirect=Untrusted redirect_uri=%s. Misconfigured server. | ||
idp.login=Login | ||
idp.selection=Select your GesundheitsID Provider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.