Skip to content
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

Develop/#2 mobile id adfs tls version #3

Conversation

PascalBayard
Copy link
Collaborator

Fixes #2

Updated Visual Studio Version to 2022
Updated .NET Framework to 4.8
Created TLS Version as config-parameter, Default is still Version 1.0

<appConfig>
  <!-- config only with new parameter -->
  <!-- possible values: Tls, Tls11, Tls12, Tls13 -->
  <mobileIdClient
    SecurityProtocolType="Tls12" 
  />
</appConfig>

Created Version 1.3
Binaries created, updates in build.cmd were required because URLs were out of date (https://stackoverflow.com/questions/65541786/is-the-verisign-timestamp-server-down)

@phaupt phaupt merged commit ef8d4f3 into MobileID-Strong-Authentication:main Nov 29, 2021
@PascalBayard PascalBayard deleted the develop/#2_Mobile_ID_ADFS_TLS_Version branch November 29, 2021 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Transport Layer Security (TLS) 1.0 not supported on Windows Server 2016 or newer
2 participants