Giter Site home page Giter Site logo

Comments (3)

PascalBayard avatar PascalBayard commented on June 25, 2024

I added the TLS version as config parameter in the mobileIdClient-Config. The default value is still TLS version 1.0.

I updated Visual Studio Version to 2022 and the .NET Framework Version to 4.8.

Now i struggling to create the installer, maybe you can help me.

from mobileid-enabler-adfs.

phaupt avatar phaupt commented on June 25, 2024

Did you rebuild the setup program using InnoSetup ?

  1. Check out the source code from here to your development PC, for example, folder H:\midadfs (subfolders are Service and AuthnAdapter).

  2. Copy the file Microsoft.IdentityServer.Web.dll from a Windows 2012 R2 server which has the role
    Active Directory Federation Services (AD FS) installed. By default, the DLL file is located in
    C:\Windows\ADFS on your server.
    The DLL file should be copied to the folder of the project AuthnAdapter. In the example above, it is H:\midadfs\AuthnAdapter.

  3. Create your own assembly-signing key mobileid.snk, either in visual studio (right-click a project > Properties > Signing > Sign the assembly > create new key), or with command line (sn.exe -k 2048 mobileid.snk).
    Place it in the folder where the *.sln file is located (H:\midadfs in the example).

The solution should be ready to build now. Each project folder has a README file which briefly describes the project.

from mobileid-enabler-adfs.

PascalBayard avatar PascalBayard commented on June 25, 2024

It worked and I was able to create the installer. To sign the installer with a valid certificate I need access to our hardware token, this will take until monday.

For a first test I added you the intaller signed with my test certificate.
midadfs_setup_1.3.0.0.zip

from mobileid-enabler-adfs.

Related Issues (10)

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.