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
1
vote
1 answer

itfoxtec-identity-saml2 .net framework 4.6 web forms guidance

I have an ASP.Net webforms application targeting 4.6.2. I assume it's possible to convert said application into an SP using itfoxtec-identity-saml2 but I don't see any notes on how to achieve this. Could anyone provide some guidance on this…
Delbert
  • 11
  • 1
1
vote
1 answer

ITfoxtec.Identity.Saml2.Saml2RedirectBinding - AuthnRequest without ds:Signature element

I'm trying to implement ITfoxtec.Identity.Saml2 library to send AuthnRequest to IdP with redirect binding. The IdP requires ds:Signature element to be presented in AuthnRequest, but when I set saml2Configuration.SignAuthnRequest to true as…
hinho
  • 13
  • 3
1
vote
3 answers

ITfoxtec.Identity.Saml2 - Multiple authentication schemes with Asp.net Core Identity

I am aware of the answer given here which is about using Forms Authentication & SAML. In My case I am using Asp.net core Identity on .Net 5. Also I am using two authentication schemes (Cookies & JWT). My auth pipeline goes as; //include…
user2058413
  • 691
  • 3
  • 10
  • 28
1
vote
1 answer

Using .Net Framework CertificationValidationMode is ignored?

So I have two demo applications to test. One in .net 4.7 and the other in .net core 3.1. When running the applications I'm getting different results depending the one used. In both of them I put the CertificationValidationMode to None. In .Net core…
1
vote
1 answer

Support for Scoping and IDPList

I would like to use the 'Scoping' and 'IDPList' options in the SAML authentication request in order to automatically select external IdP's from the applications. Is this feature supported?
LucVK
  • 43
  • 3
1
vote
1 answer

The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot itfoxtec

I'm using ITFoxtec SAML 2.0 where I have started multiple projects; TestIdpCore and TestWebAppCore. Once I click on the TestWebAppCore login link, I face the error "The SSL connection could not be established"
1
vote
1 answer

Require NSIS High in Authn Request

I'm using the ITfoxtec.Identity.Saml2 package and have it connected to the Danish NemLog-in 3. How do I require the NSIS level High in a SAML 2.0 Authn Request?
1
vote
1 answer

Saml request signing with certificate stored in the Database

I am using multiple Identity Providers in my application. The SAML Login and Assertion is working absolutely fine. My question is regarding signing the SAML messages using the certificates. I am storing the certificate for each Idp in the database…
Adnan Yaseen
  • 833
  • 1
  • 15
  • 44
1
vote
1 answer

IDPmetadata url giving issue on IIS server - ITfoxtec - No such host is known

I am hosting sample application on IIS server. But when i hit the URL from my local browser , getting error. My IDP is working fine on localhost but not working on IIS server. 1st : do i need to have internet connection on windows server which host…
1
vote
1 answer

itfoxtec-identity-saml2 Validate Token and Refresh token Implementation in .Net core 3.1

I'm very new to the Identity and we're using Itfoxtec-identity-Saml2 in our Application which is very developer friendly. I'm able to retrieve the Token using the customized Implementation for GetToken(samlAssertionAttributes). Could someone please…
1
vote
1 answer

How to add new parameters/organization specific parameters into XML

I am using this excellent library. All is working fine with temp IDP server from OKTA. I wanted to understand about XML request which is being sent to IDP server. In this code, where this xml file is getting built or how to add new parameters into…
Girish G
  • 93
  • 7
1
vote
1 answer

How to Implement SAML Single Logout request from a microservice

I have implemented the multi-tenant SAML SSO in my application. I am using a Single Page Application application with the UI in AngularJS, Web API (for assertion URL), and a microservice for creating and handling the SAML requests. I am using the…
1
vote
1 answer

ITfoxtec SAML 2.0 and .NET ASPX application (not MVC)

I am looking to add SAML 2.0 SSO functionality into a legacy .NET Framework Win Forms (C#, 4.7.2) application. My application currently authenticates users via a username/password look-up from a SQL database. I have downloaded and looked at the …
swiftnik
  • 11
  • 1
1
vote
2 answers

AssertionUrl for AngularJS Application

The flow of my application is that, User enter the Url and AngularJS Login page is displayed User click on Login with SAML and calls the Web API endpoint which returns the SAML login URL AngularJS UI receives the SAML Login URL and redirects the…
Adnan Yaseen
  • 833
  • 1
  • 15
  • 44
1
vote
1 answer

Can't login with SSO - NOSTATE SimpleSaml (ITfoxtec.Identity.Saml2)

I have following problem: I configured my .NET Core 3.1 app to be my service provider (according to this tutorial, just changed identity provider - with Okta IdP mentioned in this guide everything works perfect) and actually I can go to my login…