-
Notifications
You must be signed in to change notification settings - Fork 60
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
does it support .net core? #17
Comments
.net core does not yet support XmlDocument and a lot of things around SignedXml etc... |
Any update on this please? |
Still the same story, .netstandard2.0 will reimplemented 99% off old .net461 api so the .netcore support would be possible |
.netstandard2.0 is slated for next year some time |
Thanks @eByte23 for the quickest reply ever. The waiting is too much and I don't think it would be easier for me at this moment to manage the same from net45 source code. Thanks though. |
If the implementation for the SignedXml and other xml apis have already been done the you could build your own version of system.xml.* from corefx and convert this project to dotnetcore style and reference that library |
I tried a remake of whole solution into a solution with .net core project starting with SAML2.Core. Failed badly as many of the libraries are yet to be implemented. Especially Cryptography.Xml* Trying out something else now |
Yes i dont believe those apis are available in current stable build. You would have to get code from github and build it |
For a while, I dropped idea of going with this. Will try with Kentor.AuthServices.AspNetCore and see if that works out for me. |
Kentor only supports fullframework net451 |
Sustainsys/Saml2#489 The work is pending to be merged due to tests only. |
But that pr still only supports full framework though if you check the project json. It must be netstandard or netcoreapp to support core xplat |
Yes that's the problem right here, right now! A day is lost. 👎 |
So your obviously trying to run xplat correct? |
Well not really, but I thought of keeping it xplat. Current platform is IIS with everything up and running. But I would still love to go with "No Managed Code". I guess it would just take a bit of configuration in my project.json to refer 4.5 and get my project running, at least on IIS. Am i right? |
I believe you can run it in the same matter if it is full framework however i have not run full framework under iis only core xplat |
Yes it would work well. However, I have another console application that depends on my web project. This console app references another nuget package also, that serves only .netstandard. So if I make my web project full framework, the console app suffers. :) |
Does it actually depend on mvc things? Or just your code? If so extract the code out to a netstandard lib and reference it from web and console that way not taking a dep on the web project. |
Any update now .NET Core 2.0 has been released? |
You should check my repo SAMLSilly
…________________________________
From: Ashley Poole <[email protected]>
Sent: Friday, September 15, 2017 6:53:20 PM
To: elerch/SAML2
Cc: Elijah Bate; Mention
Subject: Re: [elerch/SAML2] does it support .net core? (#17)
Any update now .NET Core 2.0 has been released?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#17 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIJiax_7bjINy0Vfo2rlVA6Nnfb039gCks5sijsAgaJpZM4JEn3V>.
|
It was originally a fork but is diverging too much |
This is definitely on my todo list, but carving out time on the project has been extremely difficult. I'm certainly open to PRs until I can get around to it. @eByte23 - what are your thoughts on creating a separate project we can co-own ? |
I've been looking at what it would take to port the Kentor.AuthServices library to .NET Core for ASP.NET Core 2 and can give you some pointers:
|
Hi All.
As well as the last task before I moved jobs was I wanted to start to remove all the Exceptions being throw everywhere. As I said more than happy to create another repo that we can co-own, there would just be alot of work I'd like to do before doing a proper release. |
Also @AndersAbel I have already done the targeting netstandard but I have had a chance to look at the new IdentityModel. I just did now and it doesn't look to challenging to implement. |
It's been a couple months, any progress on this? I see even paid libraries by componentpro and componentspace are struggling to provide libraries that can be used for this. |
Just to correct @VictorioBerra, ComponentSpace has had a .NetStandard 2.0 SAML library available for a few months now. This is a commercial product. |
Thanks @componentspace, we will look into your product. |
Need to have saml as service prodiver to validate the saml 2 token using .net core.
Supported?
Thanks
The text was updated successfully, but these errors were encountered: