Jan Dittberner
16a3dbedc8
- move internal code to internal directory - add translations for texts on missing email in client certificate page - add error handling for missing login_challenge request parameter - add Markdown support via goldmark - use https:// URLs in Apache license headers
34 lines
2.5 KiB
TOML
34 lines
2.5 KiB
TOML
CertLoginIntroText = "The application <strong>{{ .ClientName }}</strong> requests a login."
|
|
CertLoginRequestText = "Do you want to use the chosen identity from the certificate for authentication?"
|
|
ClaimsInformation = "In addition the application wants access to the following information:"
|
|
ErrorTitle = "An error has occurred"
|
|
ErrorUnknown = "Unknown error"
|
|
HintChooseAnIdentityForAuthentication = "Choose an identity for authentication."
|
|
IntroConsentMoreInformation = "You can find more information about <strong>{{ .client }}</strong> at <a href=\"{{ .clientLink }}\">its description page</a>."
|
|
IntroConsentRequested = "The <strong>{{ .client }}</strong> application requested your consent for the following set of permissions:"
|
|
LabelConsent = "I hereby agree that the application may get the requested permissions."
|
|
LabelSubmit = "Submit"
|
|
LoginDeniedByUser = "Login has been denied by the user."
|
|
LoginTitle = "Authenticate with a client certificate"
|
|
NoChallengeInRequestExplanation = "Your authentication request did not contain the necessary `login_challenge` parameter. You can find more information about this parameter in [the ORY Hydra documentation](https://www.ory.sh/docs/oauth2-oidc/custom-login-consent/flow)."
|
|
NoChallengeInRequestTitle = "No challenge parameter in your authentication request"
|
|
NoEmailsInClientCertificateExplanation = "The presented client certificate does not contain any email address value.\nAn email address is required to authenticate yourself."
|
|
NoEmailsInClientCertificateTitle = "No email addresses in client certificate"
|
|
Scope-email-Description = "Access your email address."
|
|
Scope-offline-Description = "Keep access to your information until you revoke the permission."
|
|
Scope-openid-Description = "Request information about your identity."
|
|
Scope-profile-Description = "Access your user profile information (your name)."
|
|
TitleRequestConsent = "Application requests your consent"
|
|
WrongOrLockedUserOrInvalidPassword = "You entered an invalid username or password or your account has been locked."
|
|
|
|
[EmailChoiceText]
|
|
one = "You have presented a valid client certificate for the following email address:"
|
|
other = "You have presented a valid client certificate for multiple email addresses. Please choose which one you want to present to the application:"
|
|
|
|
[LabelAcceptCertLogin]
|
|
description = "Label for a button to accept certificate login"
|
|
other = "Yes, please use this identity"
|
|
|
|
[LabelRejectCertLogin]
|
|
description = "Label for a button to reject certificate login"
|
|
other = "No, please send me back"
|