Giter Club home page Giter Club logo

Comments (1)

redhook62 avatar redhook62 commented on July 28, 2024

Hi,

According to the transmitted trace, your error is related to a denied access on your Active Directory.
Normally, accessing the ADDS form does not generate an exception in the MMC, but displays an icon next to each invalid attribute.
You must remember that with MMC or PowerShell, the access to Active Directory is made with the identity of the opened Windows session on the ADFS server.

When using the ADDS configuration, the identity you use must have read and write permissions on all users attributes.
As stated in the documentation, it is not recommended to write in an Active Directory, this configuration option should be reserved for testing and POC.
You must also verify that the attributes specified in the default configuration are present in your ADDS functional schema version (Schema 2012) or modify these attributes as you wish.

https://github.com/neos-sdi/adfsmfa/wiki/Documentation#choosing-between-adds-or-sql-mode

You can specify credentials either in the MMC form, or with PowerShell
Example:

$ x = Get-MFAConfigADDS
$ x.Account = "domain\account"
$ x.Password = "password"
$ x.DomainAddress = "domain fqdn -> domain.com"
Set-MFAConfigADDS $ x

Finally, you can consider using the SQL configuration

Best Regards

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.