-
Notifications
You must be signed in to change notification settings - Fork 597
WSFederation Support with Windows Identity #1683
Comments
Yes. https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.WsFederation/ #1473 has the discussion from Preview 1 to Release. |
Hi @blowdart, thanks for the information. |
@brentschmaltz any update on WSFederation supporting SessionSecurityTokenHandler including RsaEncryptionCookieTransform. |
No update? @brentschmaltz Very unfortunate that this prerelease is unusable at this point. |
This issue was moved to AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#887 |
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
The text was updated successfully, but these errors were encountered: