I am implementing in ASP.NetCore 2.1 MVC application Saml2.0 , no idea from where to proceed

1

I am trying to implement saml 2.0 in Asp.NetCore 2.1 MVC application, the requirement is to implement Saml 2.0 with ADFS3.0, I tried from blog and installed nugget - Sustain.saml2.0, throwing me error with system.

BadImageFormatException: Could not load file or assembly 'System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Reference assemblies should not be loaded for execution. They can only be loaded in the Reflection-only loader context. (Exception from HRESULT: 0x80131058)

How can I implement saml2.0 in asp.netcore 2.1? I am new to saml.

asp.net-mvc
saml
asp.net-core-2.1
onelogin
itfoxtec-identity-saml2
asked on Stack Overflow Jul 10, 2018 by Lalit Singh • edited Jan 24, 2019 by Anders Revsgaard

1 Answer

-1

You can implement SAML 2.0 in ASP.NET Core 2.1 using the ITfoxtec Identity Saml2 MVC Core package. The Package also support AD FS 3.0.

Project: https://itfoxtec.com/IdentitySaml2

NuGet package: https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

answered on Stack Overflow Jan 24, 2019 by Anders Revsgaard

User contributions licensed under CC BY-SA 3.0