Skip to main content

All Questions

Tagged with
1 vote
0 answers
74 views

Google workspace SSO authentication with .NET Core

We are trying to build a new application with Google authentication. Here we have to authenticate user credential using google workspace SAML token. Don't want to use google OAuth from Google cloud. ...
Nihar Sarkar's user avatar
  • 1,249
0 votes
2 answers
135 views

Certificate issue in SSO

Im using itfoxtec in order to build a saml identity provider and i copy the code of this repo : https://github.com/ITfoxtec/ITfoxtec.Identity.Saml2/tree/master/test/TestIdPCore when i use the example ...
Anis Bouzidi's user avatar
1 vote
1 answer
73 views

Idp Initiated sso with Itfoxtec

According to the ItFoxTec documentation, I couldn't find information on implementing IDP-initiated SSO in the library, despite the presence of sample code for SP-initiated SSO. https://github.com/...
Anis Bouzidi's user avatar
1 vote
0 answers
137 views

Setting up SAML Identity Provider with .NET Web Forms and AWS Cognito

Hello StackOverflow community, I'm currently working on a project where I need to set up a SAML Identity Provider for Single Sign-On (SSO). Our existing system uses .NET web forms (C#) with ASPNETDB ...
aaronksalmon's user avatar
1 vote
1 answer
182 views

How to enable an ASP.NET MVC web app using Forms Authentication as a SAML SSO ID Provider?

We have an ASP.NET MVC web application on .NET 4.5. The application is using forms authentication. We want this application to act as an ID Provider for a SSO integration with Intercom. Does .NET 4.5 ...
Swisher Sweet's user avatar
1 vote
1 answer
847 views

SAML Configuration for Azure SSO with Angular Frontend and .NET Backend

I am trying to configure SAML in .NET for Azure SSO and I followed this example: https://matthijs.hoekstraonline.net/2020/04/14/authenticate-an-azure-ad-user-with-saml-for-asp-net-core/ However, I get ...
Sofia's user avatar
  • 11
2 votes
0 answers
1k views

Is it possible to implement SSO with SAML using ReactJS and .NET 5/.NET Core?

I am trying to implement SSO with SAML in a ReactJS application with .NET 5 as the back end. With this documentation from Okta I was able to create a SAML authentication in .NET5. But I am not able to ...
StarLord's user avatar
  • 905
1 vote
1 answer
274 views

Where should I include MetaData file whether in web.config or else where in code?

I'm very new to SSO(Single Sign On) using SAML i have a lot of confusion regarding this SSO login integration. Identity Provider gave me a MetaData file to include in my project but i don't know where ...
BCPNAYAK's user avatar
  • 177
0 votes
2 answers
642 views

Implement dotnet core Identity Provider server for Google [closed]

I want to authenticate my GSuite users using my own .net core web application as Identity Provider. https://support.google.com/a/answer/60224?hl=en However, I don't know where to even start. I've ...
Trong Hiep Le's user avatar
1 vote
1 answer
393 views

Java support for WS-Fed vs SAML as a sign in protocol

I'm configuring ADFS for a .NET based application and I'm trying to decide whether to use WS-Fed or SAML as a sign-in protocol. Both meet my requirements. I plan to offer SSO with a Java based ...
Kye's user avatar
  • 6,079
0 votes
1 answer
160 views

Facebook workplace rejecting valid SAML response token

I'm trying to validate facebook workplace users with my own identity provider. I've successfully generated the response token and also checked its validity from onelogin saml-response validator. But, ...
Shubham Mittal's user avatar
-1 votes
1 answer
414 views

Support for SAML within .Net Framework

Are there any inbuilt .Net libraries which Microsoft ship within .Net framework to build SP-Initiated Authentication. If yes please let me know the reference.
Hafeez Khan's user avatar
2 votes
1 answer
1k views

SAML 2.0 and C# Request to Service Provider .NET 4.5

I am working on a project that requires a single sign on. System A looks up the username and password in the database and System B only authenticates with SAML 2.0. In this instance System B will be ...
Chris Lombardi's user avatar
5 votes
1 answer
10k views

Create SAML 2.0 response with signed and encrypted Assertion using c#

Hi I am new to SAML and SSO techniques. I am trying to create a valid SAML reponse with signed and encrypted Assertion. I have created a SAML response which is signed but i am not able to encrypte the ...
Manish Pandey's user avatar
0 votes
2 answers
2k views

Integrate SAML with SSO into the .net web application which has been using Forms authentication

I want to Integrate Single Sign on through SAML into my web application which is using Forms Authentication and membership. I really dont have an Idea on how to achieve this. any links or tutorials ...
Vivekh's user avatar
  • 4,219

15 30 50 per page