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

Can I use ITfoxtec saml2 to add a SAML identity provider to a non-Core website?

I have an OIDC identity provider I want to extend to be a SAML2 identity provider, but it is not a .NET Core site. The test/samples only show how to configure a core app. Is it possible to use it to make an identity provider for a non-core site?
Che
  • 11
  • 5
1
vote
1 answer

SAML2.0 Access token using 'itfoxtec-identity-saml2'

I am trying to use your Nuget package for dotnet core and I get little bit success also I can login to SAML identity providers like Onelogin,Okta and I got loggin user information also But I am confuse while generating access token(Bearer token to…
1
vote
1 answer

itfoxtex saml mvccore, attribute replace NameID

I cannot figure out how to get an attribute from the the saml response in place of the NameID value. My IDP team is returning the value I need in an attribute rather than in NameID(which they wont budge on). Thanks for any help! I am running MVC…
1
vote
1 answer

SAML 2.0 on .net 4.0

I am implementing a saml2.0 on a .NET 4.0 what do you recommend on building the metadata for Service Provider ? How should I build it. and the certificate How could I generate on a production environment I do not want to upgrade the application to…
1
vote
1 answer

Federated logout on single page application using dotcore api

We are using ItFoxTec library for saml authentication. Federated login is working fine. Problem is with federated logout. scenario is like: We have two application named as mvcapp and singlepageapp(angular). When i click on login button on mvcapp,…
1
vote
1 answer

AssertionConsumerServiceURL from AuthnRequest not from Config

Noticed that the Saml2AuthnResponse Destionation is set based on the relyingParty.SingleSignOnDestination which is retrieved from a "configuration" (harcoded relyingParties array). I think the Destination should be based on what is set in the…
lorandd
  • 164
  • 3
  • 10
1
vote
1 answer

Issuer not in URI format - ITfoxtec SAML 2.0

Multiple SAML Service Providers we tested are are using an Issuer which is not in an URI format this causes issues in the code where an URI is expected: Issuer = XmlDocument.DocumentElement[Schemas.Saml2Constants.Message.Issuer,…
lorandd
  • 164
  • 3
  • 10
1
vote
1 answer

Google Suite SAMLRequest URL Issue

I am using itfoxtec-identity-saml2 library to integrate with Google Suite SSO and the library is NOT generating/calling the Saml Request Url correct: https://accounts.google.com/o/saml2/idp?idpid=XXXXXXXX?SAMLRequest=XXXXXXX I think the correct…
grilosape
  • 37
  • 4
1
vote
1 answer

How can I provide the username/email to the identity provider to be pre-filled in the IdP’s username box?

I am using itfoxtec-identity-saml2 library to integrate with OneLogin SSO, so How can I send the username/email to the identity provider to be pre-filled in the IdP’s username box? I know we can use the optional Subject/NameID field in the…
grilosape
  • 37
  • 4
1
vote
1 answer

SigningCertificateFile.pfx needed?

Is the .pfx file needed? I have done other implementations in Python where you do not need this file. Just the .cer file. Can you give some insights as to what this file does/is used for? Thanks!
Brian Sunbury
  • 45
  • 2
  • 9
1
vote
1 answer

Unable to retrieve decryption key while decryt saml assertion

We are using itfox library for creating saml response. Assertion is encrypted successfully with relying party public key certificate. But on decryting saml assertion with relying party private key certificate, getting below error Unable to retrieve…
Dalip Choudhary
  • 546
  • 5
  • 18
1
vote
1 answer

ITfoxtec SAML with load balanced web servers

We are using the ITfoxtec.Identity.Saml2 library to authenticate with our SSO service. The problem is we are using this on a load balanced servers. If we turn sticky sessions off, the application no longer functions. I've tried setting…
1
vote
1 answer

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

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…
1
vote
3 answers

ADFS 3.0 federated authentication in .NET Core 2

I am in need of a solution for using ADFS 3.0 identities in a ASP.NET Core 2 Web Api application. The Windows Enterprise Support team at my organization has informed me that they are only familiar with SAML or WS-Fed based relying parties within…
1
vote
1 answer

OneLogin SAML logout functionality

I want to implement logout functionality for Onelogin SAML in ASP.net MVC. Can anyone please share me sample application for Onelogin SAML logout functionality with redirection. I have already refer onelogin…
1 2 3
16
17