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
2
votes
1 answer

Refreshing user claims dynamically when using itfoxtec-identity-saml2

I have implemented the ITFoxtec Identity SAML2 package in a ASP.NET Core 2.2 application, and it's working great! One of our application requirements is that the claims of a user (what roles they are in, etc) should be updated when an administrative…
Legoguy
  • 193
  • 1
  • 5
2
votes
1 answer

Where does the method ValidateRelyingParty derive from in itfoxtec-identity-saml2?

When implementing the ITfoxtec.Identity.Saml2 library I was unsure how to find the method definition for ValidateRelyingParty() at https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/blob/master/test/TestIdPCore/Controllers/AuthController.cs#L35 Any…
2
votes
1 answer

How to support artifact binding in itfoxtec?

We are using ITFoxTec library for saml auhentication. Currently we are supporting two types binging. Http-Redirect Http-Post Now we want to extend it to artifact binding. Is it supported in this library. If u have some reference please share it.
Dalip Choudhary
  • 546
  • 5
  • 18
2
votes
1 answer

Which certificate should be installed on Relying party?

Suppose I have a private key certificate on IDP side. Idp signed saml response and send it to RP. RP will do digital verification of saml response with public key certificate of idp. Do I need to install idp's public key certificate and root…
Dalip Choudhary
  • 546
  • 5
  • 18
2
votes
1 answer

Cannot build IdentitySaml2 projects

I am trying to implement SSO using IdentitySaml2 to authenticate but the projects are not being built. I am using .net framework 4.7.2. UPDATED: Though I could not build the main source solution (ITfoxtec.Identity.Saml2). I managed to create a…
xyz
  • 762
  • 7
  • 24
2
votes
2 answers

ITfoxtec SAML 2.0 encrypt assertion

Is it possible to encrypt the assertion response with ITfoxtec Identity Saml2 (open source - https://itfoxtec.com/identitysaml2)? Haven't been able to find anything. The GitHub site (https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2) mentions…
Sean C
  • 23
  • 2
2
votes
0 answers

Federated Single Sign-On SAML 2.0 with ITfoxtec Saml2

What is Single Sign On (SSO)? Single sign-on (SSO) is a session and user authentication service that permits a user to use one set of login credentials (e.g., name and password) to access multiple applications. Logging in multiple times can be…
2
votes
1 answer

Azure AD B2C OpenID Connect and SAML 2.0 read role claims

AD FS is configured with custom policies as a claims provider on Azure AD B2C using SAML 2.0. The relying party on Azure AD B2C is using OpenID Connect. AD FS issues a SAML 2.0 Assertion including role claims. If the roles are returned in two…
Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25
1
vote
1 answer

Having CORS issues with SAML2 with [itfoxtec-identity-saml2] .NET library from a fetch request

My backend is pretty much a vanilla implementation of the IFoxTec-Identity-Saml2 libraries. When I hit it directly it properly redirects to azure ad, authenticates with whatever required interaction, and then back to my backend where it does the…
1
vote
1 answer

Unable to use a crt certificate with itfoxtec saml2

I am trying to get a web application set up with itfoxtec saml2 and my sso provider (Duo) only provides a crt certificate (not a pfx). I tried to use it without having a certificate and on a secure page's request, I am redirected to Duo's…
Rob
  • 2,080
  • 4
  • 28
  • 48
1
vote
1 answer

SAML2 Response signing configuration

We are using ITFoxTec to integrate with Azure AD. The Idp has the signing option set to "Sign SAML Assertion". In the saml config i prepare and send with my request, I have used the AuthnResponseSignType as…
Praveen
  • 31
  • 1
1
vote
1 answer

ITfoxtec No RSA Private Key present in Signing Certificate

I've already read this related post and if it answers the question, I don't understand it. I'm trying to use this code to login to redirect the client to the login provider - it's pretty much the boilerplate from the samples: public IActionResult…
Scott Baker
  • 10,013
  • 17
  • 56
  • 102
1
vote
1 answer

First IDP initiated SSO fails after the SAML application pool is restarted

I restarted SAML Application pool then try to login through SAML and i get a error message for the first time, but from 2nd time it works fine. In meanwhile, First IDP initiated SSO fails after the SAML application pool is restarted (subsequent SSOs…
1
vote
2 answers

SAML 2 redirect to login page

hi i am building a saml sso Idp Using ITfoxtec Identity SAML 2.0 and Asp.net core Mvc, i am using a cookies based authentification. i want to to wen the sp send the saml auth request the idp redirect to the login page and after the verification of…
1
vote
1 answer

SAML claims missing from the User object post successful response

I have been able to integrate ItFoxtec .net core nuget into my application, it redirects and gets the appropriate SAML response back along with the claims and I used ClaimsTransform to add the claims. I can see the claims from the SAML response.…
Praveen
  • 31
  • 1