-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFA when using oauth/ro endpoint #628
Conversation
@@ -14,6 +14,8 @@ export default { | |||
"lock.network": "We could not reach the server. Please check your connection and try again.", | |||
"lock.popup_closed": "Popup window closed. Try again.", | |||
"lock.unauthorized": "Permissions were not granted. Try again.", | |||
"lock.mfa_registration_required": "Multifactor authentication is required but your device is not enrolled. Please enroll it before moving on.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what to say in this case; we don't support enrollment. "Enrollment not supported"?
6ccff4b
to
69f3b65
Compare
We will show MFA screen when mfa is required for an user and the customer is using the /ro endpoint instead of popup or redirect mode (push notifications not allowed).
69f3b65
to
01a1b96
Compare
@narwajea you can add |
Thank you for the suggestion, but still why not updating all language files ? |
Yes we are working on it, but there are a lot of languages and we are trying to avoid using google translate to assure the quality of the translation. If you are fluent in french and want to collaborate PRs are always welcome. |
This enables lock to use MFA for ajax calls to the RO endpoint.
The basic configuration to support this use case is:
The result is that in case of mfa required we will show a new screen: