Click here to Skip to main content
15,889,840 members
Everything / SSO

SSO

SSO

Great Reads

by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
by Ahsan Murshed
Single Sign on (SSO) Using Cookie in asp.netThere are various ways to use Single Sign on(SSO) in asp.net web application. We can use cookies, session (state server), SAML and web services etc. Now we would like to give a brief overview of how to use cookie to implement Single Sign on(SSO) in...
by Ricardo Lynch
Using JavaScript for oAuth with three major identity providers: Facebook, Google, and Twitter.
by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)

Latest Articles

by DiponRoy
How to run FTP, SFTP, SMTP, Cache, LDAP, SSO and other servers in Docker
by Benktesh Sharma
More than often, developers test API, either through a browser request or using some clients such as POSTMAN, Advanced Rest Client (ARC).
by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)

All Articles

Sort by Score

SSO 

16 Jun 2018 by Mike V Baker
This article describes the process of setting up Single-Sign-On (SSO) for a Node.js website hosted on Amazon Web Services and configuring Elastic Beanstalk for HTTPS.
12 Oct 2010 by Ahsan Murshed
Single Sign on (SSO) Using Cookie in asp.netThere are various ways to use Single Sign on(SSO) in asp.net web application. We can use cookies, session (state server), SAML and web services etc. Now we would like to give a brief overview of how to use cookie to implement Single Sign on(SSO) in...
18 Feb 2010 by Mehul M Thakkar
Hi,I need to develop web base extranet(internet) application with Active Directory. Is there any way to avoid login screen in application with the use of SSO with Active Directory?I read about to implement in intranet application with windows authentication. That is fine because the...
19 Feb 2010 by Alaric Dailey
Theoretically its possible, you could connect over an exposed port (preferably over SSL) to query it. But there are better solutions out there.OpenID, OAuth, and WCF authenticationDotNetOpenAuth implements OpenID and OAuth for .NET
27 May 2010 by Arun T T
How can we achieve SSO through WCF windows(Kerberos) authentication(using SPN)??Any help on this topic is appreciated.
24 Oct 2010 by longqinsi
I have an ASP.NET web site. Recently I modified th site to generate a random token when a user login into the site to avoid duplicate login on the same client computer. The next thing is adding the generated token to the query string of the url after a user logs in, and let the token always go...
24 Oct 2010 by RDBurmon
Try use all you token in url separate them with url address by using ? signsuch like if i want to pass the username in url then i tried following method in my projecthttp://www.mypro.com//welcomepage.aspx?infoOr Better way you create one public variable in call module and update them in...
19 Nov 2010 by bhagyeshjoshi
Hello everyone,I am very new to WCF. I am having a difficulty with wcf. I need to implement Single Sign-on. I am performing authentication with SqlMembership. For SSO, I am suggested to use WCF Authentication service and Role Provider with Membership. I searched a lot but I cant find any way...
20 May 2011 by bhagyeshjoshi
Finally I got the solution. There is a attribute in MembershipProvider tag of web.config called ServiceURI. Mention you WCF service URL in it. your service will act as membership Provider.Same goes for Roles and profiles.
4 Mar 2012 by nigam.anant
I create a i-frame widget of the Outlook Web Access.Now I want is That-When the User Write the URL of the Web page on Which a Outlook widget is placed then it shows log in page in the Widget.now i want that When Widget i-frame loaded it automatically authenticated the Active Directory's...
28 Aug 2012 by Member 9387916
I am working on integrating our application with client's Identity management system using SAML 2.0. Below is the requirementThe login screen of our application will have an option for Single Sign On. when clicked user will be directed to the login screen of Identity management systemThe...
5 Sep 2012 by Anuj610
I have implemented SSO through mod_auth_kerb in our apache-active directory environment and it works just as expected. However the following knowledge is bugging me :I requested a Kerberos protected page from two client machines, one user belonged to the Kerberos-setup domain and the other...
11 Apr 2013 by Sergey Alexandrovich Kryukov
"Just for members" does not really change anything. Every authenticated user is essentially a member, only you are going to introduce some different member roles, in your case, at least two different roles. You can get more than enough reading on this topic. For example, see this...
14 Aug 2013 by Peter From LA
Our company offers a web based application (ASP.NET & SQL Server) in a SAAS setting.One of our clients asked if we can implement SSO using their Active Directory, so the boss asked me if I can implement the above mentioned SSO...Our app has many clients who are happy to use it as is and...
14 Aug 2013 by virusstorm
Yes, this is doable, but there are many approaches and this is not a simple task.First thing you would need to determine is how they customer will submit to you their user information. Simply passing you a SID or a domain name and user name won't be enough. You will likely run into duplicate...
7 Oct 2013 by sumitsh
I need to create a small POC(Proof of concept) of SSO using SAML in C#.I have gone through many articles over the internet and have acquired the basic knowledge about what SAML is and I need to create an Identity Provider which will generate token using SAML.Can someone please help me out...
19 Nov 2013 by Gopinath0072
Dear Friends, Any one can you please try to clarify my questions regarding single sign on using SAML.a) Can we get the identity provider SAML response by "string rawSamlData = Request["SAMLResponse"];" this code?b) What is token in SAML response?c) How can we receive token values...
19 Nov 2013 by Richard MacCutchan
See https://www.google.com/search?q=sign+on+using+SAML[^].
24 Nov 2013 by Gopinath0072
Urgent! i would like to implement Single sign on feature for my application, Here my identity provider is Symantec o3, here i don't know how to receive the SAML response (i.e. assertion XML) from syamntec o3, here i am using asp.net 2.0 with vb.net, any one please advice to consume the SAML...
3 Dec 2013 by Nkumary
I have an existing asp.net application. Now i have a separate wordpress blog.I wish to create a single SignOn which will work for both asp.net application and also the wordpress blog.The actual aim is the user of the asp.net application can use the wordpress blog.Once the user logs in he...
6 Dec 2013 by lovejeet0707
I have a an application where users are authenticated using single sign on and enter our system requesting our webpage.I get/read the http request(to my server) header values(including username and password) in to my application using c#.Following is the code snippet:bool bauthenticate...
30 Mar 2014 by syedkhaleel
Hi,How can we manage database for single sign on project.Do need to maintain the user details both at account site and my site which will be redirected to login.How to integrate between account database that is mainly used to maintain user detailsand database of...
30 Mar 2014 by thatraja
Here you goSingle Sign On (SSO) for cross-domain ASP.NET applications: Part-I - The design blue print[^]Single Sign On (SSO) for cross-domain ASP.NET applications: Part-II - The implementation[^]
3 Apr 2014 by Nejimon CR
Friends,I have a requirement to implement single sign-on on my web sites. I cannot guarantee that the sites are done in a single technology, language, or are going to be hosted under same subdomain. Mine is a group of corporate web sites, where another authentication mechanism (such as...
3 Apr 2014 by Maciej Los
I know that Oracle has IdM system[^], but it's not free solution. IBM solution is called IBM Security Access Manager for Enterprise Single Sign-On[^] - payable too.I've got my own custom authentication. I'll share it via ::WorkSpaces or as an article on CP Knowledge Base (i need more free...
23 May 2014 by Tanuj Vaja
I want to configure IBM Websphere portal with OpenAM... I have done a bit of R&D but i can not come to any conclusionhow to achieve that?Any help would be greatly appreciatedThanks
13 Aug 2014 by MikeRox89
Hi All,I am developing a Web application that receives a token from a Federation server and then provides access to the correct user.(for eg. access to users User Role = 'Admin') I have gone through the below URL and created a CheckAccess function as mentioned here....
2 Sep 2014 by MikeRox89
Hi,I am implementing Single Sign-on using ADFS for an ASP.NET application. A federation cookie is created every time the user logs-in to the application. When the user closes the application, the federation cookie does not expire until the user closes the browser. The federation cookie...
3 Sep 2014 by Nathan Minier
This should wipe out all cookies from your domain on closing.window.onbeforeunload = function(){ var cookies = document.cookie.split(";"); for (var i = 0; i ...
5 Sep 2014 by Surendra1978
Hi,I have an asp .net application. It has been installed at many of our client's server under a domain and is working successfully with single sign on. A new client is added to our list where i got stuck with the Active Directory SSO issue. I have checked the settings in IIS for the...
5 Sep 2014 by Richard Deeming
No, you can't bypass the credential prompt if they've disabled automatic logon, or disabled the Local Intranet zone.If they're not prepared to work with you to resolve the issue, then they'll either have to live with the credential prompt, or solve the issue themselves. :)
25 Nov 2014 by Terkosh
Hi,my application (.NET 4.0) use the SAP dotnet connector (nco 3.0) to communicate with SAP systems. It has his own logon dialog for system, client, username and password.A new customer of us is using an enterprise portal to work with his SAP systems (using WinShuttle, I hope it doesn't...
6 Feb 2015 by Deepak A Rajput
Hi All,I have developed one ASP.Net web application and many claims provider has been added in ADFS 3.0.When i access web application it shows list of claims providers on Home Realm Discovery (HRD) page. But i want to skip HRD page and redirect to login page based on claim provider...
10 Feb 2015 by RajeeshMenoth
I have two websites.I have uploaded the both website in given subdomain1)test.example.com2)run.example.comLocally its working fine but in server its not working.I wanted to share session between this application.using sql server as session mode.I done those activity based on given...
25 Feb 2015 by Solai Raja
You can't read cookies Or Session from one domain in another domain. That's a security thing implemented in the browser. Using a database for your sessions allows you to have multiple servers/Domain can share sessions.
6 May 2015 by Suthakar_T
Hi All - We have configured the ADFS SSO for few of the applications so once I logged in SSO I can see that all the applications under - Sign in to one of the following sites in Home pageWhen I select and signing in the application it is opening in the same window in all the browsers so if...
17 Jun 2015 by shriman1234
Hello All,Could you please help me out with simpleSAMLphp integration in asp.net web forms application.idp is in SimpleSAMLphp and want to use idp credentials for login to asp.net web site.Could you please help me with it and provide the libraries which can be used?Best...
11 Aug 2015 by binoyvijayan
Hi friends, Now I am working with SSO implementation, My client provided the IDP metadata and a certificate.How can I build a SP metadata with files that client provided . Please help me to overcome this situation.Thanks and Regards,
4 Nov 2015 by Mridula Priya
I need to use jira Rest API to fetch some content in an excel sheet.The problem is that the server is siteminder enabled.I am using this codeproject article as reference (.http://www.codeproject.com/Articles/80314/How-to-Connect-to-a-SiteMinder-Protected-Resource ) but still cannot get to the...
8 Nov 2015 by RAHUL(10217975)
Hi all,I am creating website for my client, My client requirement is to access his web application through multiple domain with trust based connection. They told me to do SSO using Active directory users with different multiple domains. I am new to this, I don't know what should I use...
4 Feb 2016 by Alen Jose P
Could you please share how to Manage SAML request from asp.Net Client application to ADFS server? Is there need any other configuration in client side?What I have tried:In our case the ADFS server already configured, we need to implement SSO in our existing asp.net application using SAML...
26 Sep 2016 by Muthu Karunarathna
Let's say I have two websites that live on separate domains, and they have been authenticated with SSO login. I log into the first website and authenticate, and now I decide to visit the second website using a link visible in 1st website. This link redirect to the second website and no...
26 Sep 2016 by Muthu Karunarathna
I solved the problem. There was SAML request and relay state which were sent to login server from both domains. Even though they are not identical, we have to consider them when access the form data. Also with cookies I had to send pls_login_cookietime specifically from the very first request...
23 Dec 2016 by KVPalem
Can you anyone provide links to implement SSO with Azure Active Directory.My both applications need to implement using client side programming and both applications have its own login page. (i.e. should not use Azure login page to authenticate)Can any one share links to implement...
1 Feb 2017 by Lokesh Zende
Hi,I am new to OAuth and I am trying to implement it in my application.I have added a relying party by referring [^] this link.As suggested in a link, I have not attached any certificate while creating a relying party.Now in my application, this code redirects me to AD FS login page...
17 Jan 2018 by CHill60
Have a look through these CodeProject Resources[^]
1 Oct 2018 by Rohith Reddy Vadiyala
hi, I'm verrrrrrrrrrry new to the concept of SSO, ADFS and SAML. we are trying to implement this on our Application. The following are the things that are mostly needed: >> What is a reply party URL and what does the URL must display when we run it (like is it any XML meta-data that must be in...
19 Aug 2020 by Member 12756784
One of our clients is having an issue with using SSO to log into our website from their web application. In their ASP.NET web app, a user clicks a button to and their application executes code to first call our web service to retrieve an...
24 Feb 2021 by Gauri Bavdekar
At a customer location is someone tries to access our application directly we are supposed to redirect it to their SSO and that validates and returns it to our SSOLogin page that checks if the user is authenticated and then fetches the user name...
10 Jul 2014 by Ricardo Lynch
Using JavaScript for oAuth with three major identity providers: Facebook, Google, and Twitter.
5 Oct 2016 by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)
27 Jul 2012 by PratapReddyP
Before jumping into practical implementation of SSO, lets know the basics of SAML.
23 May 2013 by PratapReddyP
SSO: Single sign-on (SSO)is a session/user authentication process that permits a user to enter one name and password in order to access multiple applications.
26 Jun 2015 by Raj Reddy (INDIA)
Single Sign On feature for applications under same domain.
17 Dec 2018 by Benktesh Sharma
More than often, developers test API, either through a browser request or using some clients such as POSTMAN, Advanced Rest Client (ARC).
17 Jul 2022 by DiponRoy
How to run FTP, SFTP, SMTP, Cache, LDAP, SSO and other servers in Docker
11 Apr 2013 by lmik9898
I have a web application. before I use sso for authentication. I put the code showed below in web.config page.
17 Jan 2018 by yaserco
My thesis discusses solution about strong secure authentication using SSO (Single Sign On) in ASP.Net MVC Question: I need simple SSO implementation which provides the following: 1.Secure communication between Idp and SP using private key / public key. 2.ability to add any feature to...
26 Sep 2022 by nevilledp
I have registered my in-house developed app on Azure and configured SAML SSO. I have also implemented the required code on my PHP app to authenticated to Azure using SAML. Why when I have already authenticated for MS Teams does Azure again ask my...
23 Jun 2023 by Member 15418280
We want to implement 2 factor authentication in our asp.net mvc c# application. We are using saml2 authentication azure AD, app is created in azure and we received xml and .cer file from exchange admin. We also have entity ID and ACS url. What...