Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

WSFederation Support with Windows Identity #1683

Closed
joetherod opened this issue Mar 6, 2018 · 6 comments
Closed

WSFederation Support with Windows Identity #1683

joetherod opened this issue Mar 6, 2018 · 6 comments

Comments

@joetherod
Copy link

Is there support for WFFederation SSO authentication with WIF?
Currenyly using the following namespaces in .NET 4.6

using System.IdentityModel;
using System.IdentityModel.Services;
using System.IdentityModel.Services.Configuration;
using System.IdentityModel.Tokens;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Security.Permissions;

DeflateCookieTransform
RsaEncryptionCookieTransform
RsaSignatureCookieTransform

Is there any information on how to do this in ASPNET Core MVC?

Thanks

@joetherod joetherod changed the title WSFederation Support with Windows Idnetity WSFederation Support with Windows Identity Mar 6, 2018
@blowdart
Copy link
Member

blowdart commented Mar 6, 2018

Yes. https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.WsFederation/

#1473 has the discussion from Preview 1 to Release.

@laj0206
Copy link

laj0206 commented Mar 7, 2018

Hi @blowdart, thanks for the information.
In .NET 4.6, we used to use SessionSecurityTokenHandler including RsaEncryptionCookieTransform to parse token since token is been encrypted by certificate. Is there a way to do the same thing in net core? I am not able to find a way based on the current nuget package.
Could you please kindly advise? Thanks

@Tratcher
Copy link
Member

Tratcher commented Mar 7, 2018

@brentschmaltz

@joetherod
Copy link
Author

@brentschmaltz any update on WSFederation supporting SessionSecurityTokenHandler including RsaEncryptionCookieTransform.
Or is there a sample implementation that can do the same thing for authentication via WSFederation for SSO?

@joetherod
Copy link
Author

No update? @brentschmaltz Very unfortunate that this prerelease is unusable at this point.

@Tratcher
Copy link
Member

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

No branches or pull requests

4 participants