We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like nextcloud/server#37195 (comment) is right, in https://github.com/nextcloud/server/pull/37195/files#diff-324119d2db6f3d5a6d7546558dd8011e16e04683d83c4d29d69ff5f250f353d1R62 we are only checking for SAML while https://github.com/pondersource/nextcloud-mfa-awareness/blob/7011a58/mfachecker/lib/Controller/PageController.php#L33-L53 checks for SAML, GSS, and local MFA.
The text was updated successfully, but these errors were encountered:
Yes, I'll fix this.
Sorry, something went wrong.
Where does the $user variable fill? @michielbdejong @navid-dada https://github.com/pondersource/nextcloud-mfa-awareness/blob/7011a58/mfachecker/lib/Controller/PageController.php#LL52
$user
oops, you can fill it by using UserManager to retrieve the user using the given user Id. ℹ️ you can find the usage approach there: https://github.com/pondersource/server/blob/master/apps/federatedfilesharing/lib/Controller/RequestHandlerController.php
This issue is both 'open' and 'done'
mrvahedi68
No branches or pull requests
Looks like nextcloud/server#37195 (comment) is right,
in https://github.com/nextcloud/server/pull/37195/files#diff-324119d2db6f3d5a6d7546558dd8011e16e04683d83c4d29d69ff5f250f353d1R62
we are only checking for SAML while https://github.com/pondersource/nextcloud-mfa-awareness/blob/7011a58/mfachecker/lib/Controller/PageController.php#L33-L53 checks for SAML, GSS, and local MFA.
The text was updated successfully, but these errors were encountered: