Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
2 answers
612 views

Implementing SSO with Corporate AD via LDAP: Do I Still Need Azure AD?

I've made progress setting up Single Sign-On (SSO) by allowing users to log in with their Microsoft accounts through Azure AD in my ASP.NET web application (.aspx). Now, my client wants me to use ...
Snooper_A's user avatar
  • 125
1 vote
1 answer
1k views

Redirect from React ASP.NET application to SSO login page blocked by CORS Policy

My application is set up as of follows: Frontend is React (SPA), Backend is ASP.NET Core 6, and User will be authenticated via SSO using SAML2 protocol (the SAML code is implemented on the ASP.NET ...
developer_sora's user avatar
0 votes
1 answer
271 views

Maintain saml IDP session as long as there is user-activity in the SP

I looking for a SAML2 way to maintain the session on the IdP as long as there is activity on the SP. Is there a way to do this please?
Ibtissem's user avatar
0 votes
1 answer
570 views

ComponentSpace.SAML Failed to verify the XML signature

I am using following code/api to verify SAML token using from ComponentSpace.SAML.dll AssertionSignature.Verify(token, cert). The same on environment1 is running fine but on environment2 it's giving ...
mit's user avatar
  • 1,803
0 votes
1 answer
965 views

SSO on public website: how detect if a user is local or not

I'm currently integrating SSO (SAML) in a public website which allows local users from a specific network to be automatically logged in, and public users to log in using forms authentication. When a ...
Zeep's user avatar
  • 5
3 votes
2 answers
2k views

How to use saml sso with webforms

I have a website webforms and I need to integrate the saml sso authentication. I searched a long time for any information but there is so different stuff about that I can't identify properly the right ...
NAL's user avatar
  • 74
1 vote
1 answer
9k views

ADFS in asp.net c#

i am new to ADFS and learning to implement it in my already developed application which is in asp.net c#. With the help of this link i have added code in my application but now it gives error: ...
user1691894's user avatar
3 votes
3 answers
3k views

Google SSO error app_not_configured_for_user

I have a company website that is using Google GSuite SSO to authenticate users. The site is registered as a SAML app within GSuite. The login works fine when I use my company Google credentials, but ...
MakkyNZ's user avatar
  • 2,245
1 vote
0 answers
3k views

SAML Response issue - Issuer of the Assertion not found or multiple

I'm having issues generating correct Response from my custom IdP. When validating the generated response I get the following errors: Issuer of the Assertion not found or multiple. A valid ...
Angel Milev's user avatar
2 votes
1 answer
2k views

Generating a SAML SP metadata file that works with ASP.NET Identity 2.0 Federation authentication

I am trying to configure a web application using ASP.NET Identity 2.0 for Single-SignOn with ADFS. To configure their ADFS, my client asked me to provide a SAML Service Provider metadata file ...
Xavier Poinas's user avatar
0 votes
1 answer
79 views

Posting to SAML to ADFS SP server with asp.net

Can anyone give me a strategy or example of how to post SAML 2.0 (as an IDP) to a 3rd party/vendor ADFS server (as the SP) using Asp.net? Or if someone could recommend either a component or Microsoft ...
karlpothast's user avatar
1 vote
2 answers
1k views

SP Initiated C# SAML

We have Service Provider which requires SAML assertion to be done by SP Initiated. We need to enable our web application which is ASP.Net MVC C# to perform SP -Initiated SSO. The flow which we are ...
Hafeez Khan's user avatar
1 vote
1 answer
849 views

asp.net SSO and SAML from WebApi simply because that is all the client has

I have inherited this and am stuck with this approach. I am just trying to figure out if it will in fact work. The project involves your standard asp.net web api application with android and ios ...
Frank M's user avatar
  • 523
0 votes
2 answers
6k views

ASP.NET C# application SSO with SAML 2.0 API [closed]

I have a custom .NET CRM system (System A, IDP) with a forms based authentication that I want to have SSO with a SAML 2.0 API (System B, SP) we purchased. The user and password are stored in the SQL ...
Chris Lombardi's user avatar
1 vote
3 answers
3k views

How to implement SSO using SAML in the existing ASP.net application

I need to implement Single SignOn (SSO) in one of our ASP.net web applications for a client. I need to use one of the following protocols for this purpose. WS-Fed SAML The identity provider(client's ...
Mazhar's user avatar
  • 31

15 30 50 per page