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
10
votes
7 answers

How to verify a SAML signature for HTTP-redirect binding

I'm receiving a SAML request via HTTP-redirect binding the content of the SAML request look like this {"SigAlg"=>"http://www.w3.org/2000/09/xmldsig#rsa-sha1", …
Ratatouille
  • 1,372
  • 5
  • 23
  • 50
6
votes
2 answers

.net core and SAML 2.0

Our University has migrated to a SAML based authentication/authorization method using Shibboleth. I have been researching for at least a day on how to use SAML with .net core web applications. I can't use Identity server 4 because it is for…
Xaxum
  • 3,545
  • 9
  • 46
  • 66
5
votes
1 answer

Initiate SingleSignOn by Saml2PostBinding

I am having an issue when using ITfoxtec for ASP.NET Core 3.0. As context I am trying to establish a connection between a webapplication and a third-party login service. To encapsulate some of the possibilities beforehand, the third-party has…
4
votes
3 answers

Problem with DTD error - some xml method does not work

I have error like that : For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method. this error occurs in…
4
votes
1 answer

Can ITfoxtec SAML2 supprot multiple IdPs?

I am attempting to make my ASP.NET MVC web app provide SSO to multiple IdPs, and I am wondering if it is possible to support this scenario using the ITfoxtec.SAML2 library. I have many different clients, several of whom want to have an SSO…
Adam Crossland
  • 14,198
  • 3
  • 44
  • 54
4
votes
1 answer

InvalidSignatureException: Signature is invalid

I am trying to use ITFoxtec-saml with Auth0 as IdP. But on ACS, I am getting following error: ITfoxtec.Identity.Saml2.Cryptography.InvalidSignatureException: Signature is invalid. at…
Sadiq Khoja
  • 522
  • 1
  • 5
  • 23
4
votes
1 answer

CER Certificate using only public key

When using a CER with no private key I'm getting the following: No RSA Private Key present in Signing Certificate or missing private key read credentials. Is this the intended behaviour? AFAIK there is no private key for this kind certificate so…
3
votes
2 answers

ITfoxtec BindCOnfig error - please see image

I am using the latest Library from Nuget, do I need to get the latest from GitHub? Thanks
Jawahar
  • 183
  • 4
  • 16
3
votes
1 answer

Azure AD: getting Invalid X509 certificate chain when Unbind with itfoxtec

I am using Azure AD as ADFS and I get response from it in the ACS route, however I am getting: AuthenticationException: Invalid X509 certificate chain. Certificate name:'CN=accounts.accesscontrol.windows.net' and thumbprint:'9CEA376******251D1F'.…
3
votes
1 answer

Getting error Cannot POST in angular when redirected to call back url with SAML response

I am using SAML authentication in my angular app which will be hosted on AWS. I am using angular code as separate project & code is written in different project. I have used Itfoxtec saml library in my webapi. In my project i am calling webapi from…
3
votes
1 answer

IdP metadata EntitiesDescriptor

I'm using the ITfoxtec Identity SAML2 library with Keycloak as IdP. When requesting the IdP metadata information, the ITfoxtec Identity SAML2 library seems not to recognize the tag and expects a as the top…
LucVK
  • 43
  • 3
3
votes
1 answer

SAML 2 SSO AUTH COOKIE ID MOVE TO DISTRIBUTED with itfoxtec-identity-saml2

Using the ITfoxtec.Identity.Saml2, is there any way to keep the cookie information in Redis, If the pod is destroyed the session will not be there so any solution?
Deepak
  • 83
  • 4
3
votes
1 answer

Use ITfoxtec.Identity.Saml2 to login user

I am trying to implement SAML2.0 authentication using IdentityServer4 and ITfoxtec.Identity.Saml2 library. The first step is to login via the LDAP connection and this part worked well and i get user claims. Next step is to integrate login using AD…
3
votes
1 answer

ITfoxtec SAML 2.0 Session TimeOut

Am using SAML2.0 AUTH with help of ITfoxtec.Identity.Saml2.Mvc package but I need to increase the session timeout to a 2 to 3 days . But currently default value there . How We can override the session time out . With .net core 3.1
Deepak
  • 83
  • 4
3
votes
1 answer

SAML integration with ASP.NET Core Identity

Our service provider asked for the following information for the SAML integration. Identity Provider ID (e.g. http://myadfs.domain.com/adfs/services/trust) XML Meta Data (e.g.…
1
2 3
16 17