Skip to main content

All Questions

0 votes
0 answers
41 views

Implement SAML SSO in Aspnetboilerplate with Angular as Frontend

I need to implement SAML SSO authentication in a https://aspnetboilerplate.com/ solution. In documentation not found a way to do or i'm not sure how to do, because i could not found any clear example. ...
Luis Contreras's user avatar
0 votes
1 answer
563 views

"Error: An SP-initiated SAML response from *IdP* was received unexpectedly", what could cause this error?

I have upgraded to the latest stable version of ComponentSpace.Saml2.Net (6.5.0). So I had to refactor the code changing the old syntax: "PartnerCertificateString=..., ...
Cata's user avatar
  • 29
0 votes
0 answers
73 views

How to implement .Net 4.5 SAML service provider for Identity/Duende Server 6

I have successfully set up Identity Server utilizing the SAML protocol and incorporated a service provider for SAML-based login through the RSK SAML plugin. Although I found a suitable plugin for the ....
Rohit's user avatar
  • 350
0 votes
1 answer
80 views

2FA through azure ad with [entity id and ACS]

We want to implement microsoft 2FA in our mvc application. our network team asked 2 things to share. 1-Entity ID 2- ACS URL How can we implement entity ID and ACS URL in MVC application. Any help will ...
raj's user avatar
  • 1
1 vote
1 answer
207 views

How do I send my metadata xml file to the SAML SP I am connecting to?

I built my SAML SP Metadata file using this site: https://www.samltool.com/sp_metadata.php I then moved it to the cloud in a publicly accessible folder. I set up my appsettings.json file like this: ...
SkyeBoniwell's user avatar
  • 6,925
0 votes
0 answers
147 views

SSO in .net core application authentication against external customer's azure accounts

I need to add SSO into an existing asp.net framework application that is hosted on an IIS server on AWS. This application is used by a number of different customers and they each have their own ...
rayb's user avatar
  • 1
1 vote
1 answer
2k views

SAML Authentication Requested ( Invalid Signature Error)

I am creating signed SAML Request using below code and the certificates are cross checked to be same however getting invalid signature error on IDP , Please suggest public XmlDocument SignXML(...
Nikhil Mittal's user avatar
1 vote
1 answer
132 views

Wrong Issuer in ClaimsIdentity on Itfoxtec binding

Our web api gets the SAML response from the Idp, and when we run the following code: var binding = new Saml2PostBinding(); var saml2AuthnResponse = new Saml2AuthnResponse(config); var httpRequest = ...
Shadib's user avatar
  • 87
2 votes
1 answer
1k views

Handling authentication without a cookie

Our team is using Itfoxtec as the saml2 handler in our SP as follows: A client clicks on the link of the login API. The API redirects the user to the IdP login page. On successful login, The API gets ...
Shadib's user avatar
  • 87
2 votes
1 answer
396 views

Sign in an Authenticated User from External SP with SAML SSO using ITfoxtec to the managed SP

My team is tasked with implementing SSO into our web application (full .net 4.8 hosted in Azure). However, we need to rely on authentication of an external application. A bit of context. Imagine there ...
syrupMonsta's user avatar
1 vote
0 answers
621 views

How to add AWS SSO SAML Authentication for .Net Core Application

Which DLL we can use to configure AWS SSO SAML in .Net Core.Saml2, Here below I am adding a sample code for AZURE AD SSO. // Saml2 Authentication services.AddAuthentication(sharedOptions =...
Kalpana's user avatar
  • 11
1 vote
3 answers
583 views

SAML Signature Tag Name Standard

Shouldn't the SAML Signature be always <ds:Signature ></ds:Signature>... I have noticed some Idp use <Signature> and some use <ds:Signature> In C# I am trying to get the ...
Akshay G's user avatar
  • 2,220
0 votes
1 answer
1k views

On-Prem ADFS Authentication with username and password to Azure AD (SharePoint-Online)

I want to authenticate a service user with username and password against a On-Prem ADFS Server 2019. Then use the provided token to access an SharePoint-Online site in the context of the user. This ...
Celdus's user avatar
  • 1,770
1 vote
1 answer
417 views

Logout SAML using Azure AD

I have created an Enterprise application in Microsoft Azure for SSO. I have configured the Identity, Reply Url and Logout url of my application. My aim is to make my application SAML compliant. I'm ...
georgyfelix's user avatar
0 votes
1 answer
346 views

How to form SAML request for SSO to another domain?

I have an angular application where it needs to SSO with a third party application when clicked on one of tabs. The third party has provided a SAML endpoint that I need to hit with a payload, and that ...
C_sharp's user avatar
  • 408

15 30 50 per page