Questions tagged [single-sign-on]

Single Sign On is a technology that allows a single login to be transparently used with multiple applications and environments.

Single Sign On (SSO) is a technology that allows the transparent use of a single username and password in multiple security domains. They're commonly used as part of a greater framework which unites otherwise separate systems into a single virtual login domain. SSO systems may be purely web-based, or client-based.

A variety of technologies can be used to build SSO systems.

347 questions
1
vote
0 answers

Add single sign-on into existing web app

Apologies if this isn't the best site, I've search for an answer but can't find anything quite right. I don't actually know the correct terminology I should be using here, so any pointers will be appreciated. I have a web application that accessed…
1
vote
0 answers

Windows SSO-Login only working once in Internet Explorer 11

We're about to migrate our users from Internet Explorer 8 to version 11. While testing the IIS-Windows-Authentication, I noticed that it does work, but it will only work once. I can press the automatic login button on my application, which should…
Ahatius
  • 111
  • 4
1
vote
1 answer

Apache authenticate against AD - some use DOMAIN\\username, others username

I have Request Tracker setup on a Ubuntu 12.04 server. It is configured to authenticate against active directory through winbind. Here's the relevant portion of the apache2 configuration: AuthType NTLM AuthType Negotiate AuthName…
Grant
  • 17,859
  • 14
  • 72
  • 103
1
vote
1 answer

ADFS 2.0 Best Practices

I'm having a hard time finding some good articles on best practices for ADFS. We are looking to implement SSO for less than 200 users. We plan on setting up a federated server farm (2 servers) behind a hardware load balance. Is a ADFS proxy…
nocode
  • 168
  • 10
1
vote
0 answers

Suitability of SAML for use case

A user logs into our portal - site 1; We want them to be able to click through to other sites 2 and 3 within our eco-system without having to further login - so no popup box to verify they have permission to access this site. It would be further…
richp10
  • 121
  • 2
1
vote
1 answer

Using Kerberos only for SSO

I've installed Kerberos on the Debian machine that hosts an internal application, to be able to use it to authenticate users against our AD. This works. However, Kerberos seems to feel responsible for managing the linux user accounts on that machine…
npst
  • 113
  • 3
1
vote
2 answers

Bad SAML Request

I'm trying to setup a web SAML login on Domino server. I received the SAML 2.0 metadata XML file from the identity provider which is Oracle Identity Federation 11g. I imported the metadata to a IdP configuration document and got the first phase of…
Panu Haaramo
  • 343
  • 7
  • 20
1
vote
3 answers

LDAP Auth proxy adding headers according to LDAP groups

I'm trying to setup some WebSSO mechanisms, that allow my customer to authenticate people against internal Active Directory and then add secure (https) headers containing credential information. Version 1 OK : authenticate and adding headers The…
1
vote
1 answer

Alfresco with only MIT Kerberos: What authentication.chain?

I want Alfresco to authenticate users using SSO with MIT Kerberos. What authentication.chain should I use? I tried authentication.chain=kerberos1:kerberos without success. Based on this answer I have also set up an LDAP server containing the same…
Nicolas Raoul
  • 1,334
  • 7
  • 22
  • 43
1
vote
4 answers

Windows 7 Single Sign On

We run Windows XP, Vista and are now testing Windows 7 in our corporate environment. Thus far all of our Win7 installations have been x64 installs with the same net result that we are having to authenticate to every corporate intranet site. Single…
1
vote
1 answer

Apache proxy for CAS SSO - configuration example

I need to use an Apache (or other) proxy to enable SSO on a platform which does not natively support CAS (namely splunk) It looks like everyone on Internet has "successfully configured their Apache CAS proxy" but we (Google and I) cannot find any…
WoJ
  • 3,607
  • 9
  • 49
  • 79
1
vote
1 answer

vCenter 5.1 SSO Configuration option not available in Web Client?

Problem I just finished separately installing vCenter Server 5.1. I installed the components separately but on the same machine using a local SQL 2008 R2 DB (not SQL express). Everything appears to be working correctly with the exception of SSO. It…
1
vote
1 answer

SQL Server Error: 18456, Severity: 14, State: 16 creating SharePoint SSO database

I'm using a web application (SharePoint) to create a database for Microsoft Single Sign On. Every attempt to create the database is giving a 'login failed' style error. For testing purposes I am using the same account on the SharePoint web…
Alex Angas
  • 2,017
  • 2
  • 26
  • 37
1
vote
1 answer

Office 365 SSO external DNS redirect

I have ADFS and office 365 completely set up and configured for SSO, using an ADFS server and ADFS proxy. For internal users, I have IIS configured on the adfs server to redirect companynamemail.com to http://Outlook.com/owa/companyname.com so that…
1
vote
1 answer

Windows 2008 R2 RDS - Double Login

Issue: Double logins when connecting to RemoteApps or Remote Desktop Environment: Gateway = 1 server 2008 R2 - Roles = Gateway, Session Broker, Connection Mgr, Session Host Configuration server Session hosts = 2 servers 2008 R2 - Roles = App…