Giter Club home page Giter Club logo

Comments (6)

redhook62 avatar redhook62 commented on July 28, 2024

Hello xeonkepper.

Yes, it seems your configuration is right.
there's an issue, related to this feature #29.
the problem occurs if the adfs externalLockout is not enabled.
As quick work around you can enable external lockout on your ADFS Farm.

Enabling External Lockout :
Set-AdfsProperties -EnableExtranetLockout $true -ExtranetLockoutThreshold 3 -ExtranetObservationWindow (new-timespan -Minutes 30)

Disabling External Lockout :
Set-AdfsProperties -EnableExtranetLockout $False

https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/operations/configure-ad-fs-extranet-smart-lockout-protection

from adfsmfa.

xeonkeeper avatar xeonkeeper commented on July 28, 2024

Thanks! That helped me.
I've got one more question. Can i use SQL mode, and auto-create users with first logon with his "mail", "phone", "UPN" properties from AD?
When i use import from active directory and paste "DistinguishedName" "OU=users,DC=company,DC=com" MMC freezes and nothing happens (we have about 6000 users accounts).

from adfsmfa.

redhook62 avatar redhook62 commented on July 28, 2024

Yes, your users can register themselves, provided they have selected as a template in the MMC "Default Template".

For import from Active Directory, new things are planned in future releases. Can you confirm that with less than 6000 users the import works.
Using the database to store users (SQL Mode), some tests with 450,000 users were made without any worries.

Regards

from adfsmfa.

xeonkeeper avatar xeonkeeper commented on July 28, 2024

Now i'm tested AD import. After click ok button to import processor loaded in 95% and users creating in database, but not displayed in MMC. Another strange thing that in database only 1000 entries. Seems like a limitation LDAP query. And when after that i try to manualy create user i receive message "User "[email protected]" Exists !
Try to workaround this issue, but Add-MFAUsers cmdled not working(
Add-MFAUsers -Identity [email protected] -MailAddress [email protected] -PhoneNumber +712345678 -Method Email -Enabled -Verbose
Error adding user "[email protected]" \r The parameterized query '(@upn varchar(16),@mailaddress varchar(16),@phonenumber varchar(' expects the parameter '@ov
ERRIDE', which was not supplied.

from adfsmfa.

redhook62 avatar redhook62 commented on July 28, 2024

Yes, By default LDAP queries results are limited to 1000.
It's possible to bypass this behavior, but How Many ? we will put a new parameter for that in future beta.

Yes, bug with ommited parameter in cmdlet Add-MFAUsers.

If your user exists in the database, your must use Set-MFAUsers cmdlet, not Add-MFAUsers.
If You don't see any users after import in MMC, it's because the view is filtered, disabled users are invisible until you clear the filter. You can also use Get-MFAUsers with adequate parameters.
Until the account is enabled, the user cannot use MFA and perhaps access is denied depending of the policy settings.

Remember, that the actual version is a beta version, so, you must limit the use for testing and not for production.

Wait a little bit for new version

Regards

from adfsmfa.

redhook62 avatar redhook62 commented on July 28, 2024

New beta 2.2.0.34

from adfsmfa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.