Questions tagged [itfoxtec-identity-saml2]

Support SAML-P for both Identity Provider (IdP) and Relying Party (RP) in ASP.NET MVC and ASP.NET MVC Core.

ITfoxtec Identity SAML 2.0 is a open source package adding SAML-P support for both IdP and RP on top of the SAML 2.0 functionality implemented in the .NET.

ASP.NET MVC and ASP.NET MVC Core is supported by the ITfoxtec Identity SAML 2.0 MVC and MVC Core packages, which helps to integrate the ITfoxtec SAML 2.0 package into a MVC og MCV Core application.

252 questions
0
votes
0 answers

Is ITFoxTec.Identity.Saml2 library Support Signing of both SAML Responses and Assertions?

I am using okta as my IDP, when i am trying to signed both response and assertion signatures at the same time i observed its not supporting. If ITFoxTec library supports signing of both SAML responses and assertions at the same time, i need some…
0
votes
1 answer

Is there a way to force my SAML service provider WebApp to use HTTP-POST instead of a Redirect?

the IdP that I am using has 2 different locations for it's SingleSignOnService and they are:
SkyeBoniwell
  • 6,345
  • 12
  • 81
  • 185
0
votes
1 answer

ITFoxTec Saml2 Cookie name

I noticed the Cookie.Name property isn't set in the AddSaml2 method. This results in cookies with the name beginning with a ".". enter image description here Will there be any updates to add that property to the method? The only answer to setting…
0
votes
1 answer

How do I translate a .Net Core Startup.cs class to the new .NET Program.cs class?

I'm trying to translate a .NetCore project to a .Net 7 project. The project uses the ITFoxTec SAML2 library. The .NetCore project has a Startup.cs file that looks like this: // .NetCore Startup.cs public void ConfigureServices(IServiceCollection…
SkyeBoniwell
  • 6,345
  • 12
  • 81
  • 185
0
votes
1 answer

ADFS IDX10214: Audience validation failed

I have the same problem mentioned in Question, and I have configured and added the new code, but I still get the following message in the response: Microsoft.IdentityModel.Tokens.SecurityTokenInvalidAudienceException: 'IDX10214: Audience validation…
0
votes
1 answer

ITfoxtec Identity.Saml2.MvcCore -- SAML ERROR Form key length limit 2048 exceeded

I am using ITfoxtec Identity.Saml2.MvcCore for .net core v3.1 for Single sign on using Ping Identity. SAML ERROR Form key length limit 2048 exceeded. at Microsoft.AspNetCore.WebUtilities.FormPipeReader.ThrowKeyTooLargeException() at…
0
votes
2 answers

How to enforce Saml2AuthnResponse signature?

If my Identity Provider sends me a Saml2AuthnResponse with an invalid signature in the element, the Unbind() method throws Invalid Signature exception. This is fine and expected. However, if the…
nixx
  • 41
  • 1
  • 7
0
votes
1 answer

Load SAML2 configuration on the runtime instead of loading it on the Startup

All of the ITfoxtec.Identity.Saml2 example projects on Github load the SAML configuration in the ConfigureServices method of the Startup class. I have stored all the configurations in the database. Is there a way to load the SAML configuration from…
Adnan Yaseen
  • 833
  • 1
  • 15
  • 44
0
votes
1 answer

How to create a custom SSO Member Login in Umbraco v8 (ADFS - No Azure) using "itfoxtec-identity-saml2" Project?

I'm new with sso login (ADSF - SAML2) with Umbraco v8 and I need some help to know if this is the right package for me. I'm working on a website using Umbraco CMS v8 and I need to create a custom members login (frontend) using the sso authentication…
0
votes
0 answers

CORS errors when logging ITFoxtec

I'm trying to use ITFoxtec to login SAML2 using backend .net core (port 5000) and angular client (port 4200). Note that Both have different ports. When I call the controller Login method from Angular Client to read the SAML config and redirect(302)…
0
votes
1 answer

How to add attributes for custom claims types for IdP Saml2 response

I converted the IdPInitiatedController example code for my WebForms project. Although I don't get compiler or runtime error, I still cannot seem to get the manually created claims added to the Saml2AuthnResponse object after setting the claims…
Jamba
  • 13
  • 3
-1
votes
1 answer

Does the ITfoxtec.Identity.Saml2 .NET Core library support RedHat SSO with SAML 2.0 or has anyone gotten it to work?

Looking for the easiest way to authenticate with RedHat SSO SAML 2.0 (not OpenId) in a .NET Core application. I stumbled upon the ITfoxtec.Identity.Saml2 library and was wondering if anyone has gotten this to work before struggling with an endless…
Dan
  • 894
  • 9
  • 21
1 2 3
16
17