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

Platform specific bug on Linux #5

Open
AntiGuide opened this issue May 6, 2024 · 4 comments
Open

Platform specific bug on Linux #5

AntiGuide opened this issue May 6, 2024 · 4 comments

Comments

@AntiGuide
Copy link

On non-Windows platforms, lines like this one...

var idp_dd_sig_cert = new X509Certificate2(Encoding.UTF8.GetBytes(x5c));

...trigger a .NET discrepancy between platforms. The issue is tracked here and here. Changing UTF8.GetBytes to Convert.FromBase64String should resolve the issue. The problematic constellation is present in multiple spots throughout IdpClient.

@Hendrejvr Hendrejvr assigned Hendrejvr and unassigned Hendrejvr May 7, 2024
@Hendrejvr
Copy link
Contributor

@bneidhold Entschuldigung, ich wollte nicht das Repo kapern.

@bneidhold
Copy link
Contributor

Alles kein Problem. Ich finde solche offenen Issues ok auch wenn ich diese jetzt nicht "fixe", damit sich Nutzer über eventuelle "Probleme" in Ihrem speziellen Anwendungsbereich informieren können.

@AntiGuideAkquinet
Copy link

@bneidhold Soll ich einen PR erstellen um die Probleme zu beheben oder soll das ganze so stehen bleiben?

@bneidhold
Copy link
Contributor

bitte so stehen lassen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants