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
1 answer

How to login to VisualSVN Server (with Single Sign-On enabled) under other user than the currently logged one to Windows machine?

If you have Integrated Windows Authentication as the only authentication type enabled in VisualSVN Server you don't get any login / password prompts. You may find yourself stuck and confused if sometimes you should access VisualSVN Server under…
1
vote
1 answer

"Attach to native process failed" with Apache 2.0 Agent 2.202 for RHEL5 Linux 64bit

In trying to install Apache 2.0 Agent 2.202 for RHEL5 Linux 64bit, the dialogue appears as follows. # export JAVAHOME=/usr/java/jdk1.6.0_24/; echo $JAVAHOME /usr/java/jdk1.6.0_24/ # ./setup Launching installer... Attach to native process…
Rick
  • 299
  • 1
  • 4
  • 12
1
vote
1 answer

Is kerberized ssh (gssapi-with-mic) possible without access to KDC or domain admin?

I'm working inside a domain environment, served by Active Directory from a Windows 2008 host. I'm a regular "Domain User", with no special privileges and will not be able to get any. When trying to setup my own Linux system to login via ssh with…
Garen
  • 153
  • 1
  • 6
1
vote
1 answer

Innovation: Single sign on integrated with web filter?

This one is a doozy, so be forewarned! Also please let me know if this isn't on the correct site. What I would like to implement in the form of a server appliance is a single sign on solution that would integrate with "cloud" apps such as…
Tim
  • 11
  • 1
1
vote
1 answer

Apache2 NTLM Authentication on specific URL

I have a problem. I'm using Legrandin's NTLM Authentication Module PyAuthenNTLM2 with my Apache2 server. It really works well and it was easy to install. I recommend it to everybody. The authentication works perfectly fine. But I have a problem…
Kel
  • 13
  • 4
1
vote
0 answers

Setting up single sign-on between Mac client & OS X Server

I'm not "single sign-on" is the right terminology for what I'm trying to accomplish, so please correct me if I'm wrong. We have a Mac OS X Server and Mac clients. Kerberos and Open Directory are running and apparently happy. I imagine the following…
Meltemi
  • 579
  • 2
  • 11
  • 24
1
vote
1 answer

ADFS chained over 2 forests for Single Sign On on Office 365

Is it possible to provide SSO to Office 365 in following Scenario? Windows 2008 Forests Exchange 2010 Hybrid Infrastructure with On Premise and Cloud Users Account Domain -> Account Domain -> Resource Domain with Exchange 2010 -> Office…
Mischa
  • 25
  • 1
  • 1
  • 6
1
vote
3 answers

Possible to enable ssh passwordless authentication via Windows Active Directory?

Is it possible to set up ssh and Active Directory (Win2008r2 flavour) such that domain-users can access *nix and ssh-servers-running-on-Windows-servers without needing to type their password? If so, how? I've found some documentation that suggests…
1
vote
1 answer

Single sign on - Sharepoint to Web app

We have a Sharepoint site that uses Windows based authentication. We provide links in Sharepoint to a secure web app that uses forms based authentication. Both authenticate against the same AD. However, the issue is when clicking a link in…
cas06d
  • 125
  • 1
  • 5
1
vote
2 answers

OpenID provider using Apache SSL/FakeBasicAuth?

I'd like to set up an OpenID provider for our group, which we can use to log in to internal and external OpenID-aware services (e.g. stackoverflow.com). Our users all have X.509 certificates issued by our CA, so I think the ideal solution would use…
user5746
  • 131
  • 4
1
vote
2 answers

IE does not send NTLM domain

I have a problem with NTLM single-sign-on with IE8. We've got multiple domain controllers and users from multiple domains that we try to authenticate to a web application via NTLMv1 passthru. Somehow IE fails to send the user's domain in the NTLM…
1
vote
1 answer

Set up Jenkins to use Crowd's OpenID for SSO?

Been trying to get Jenkins to work with Crowd's OpenID server so we can use single sign-on like with our Atlassian stuff (the Jenkins Crowd plugin can't do SSO). Can't seem to find the proper OpenID URL to give Jenkins though. Only one I can get…
acp
  • 11
  • 3
1
vote
2 answers

Top open source single sign on app

We're using a webapps like google apps(mail), jira, etc. and would like to implement single sign on on our system. What is the best or top pick when choosing a single sign on app? Is CAS(http://www.jasig.org/cas) a good choice? BTW most of our…
Jonar
  • 171
  • 4
  • 13
1
vote
1 answer

samba + kerberos ssh single signon (SSO)

I'm modifying an existing samba config that it works fine for authenticating AD users on linux servers to also handle Kerberos and SSO. I've successfully got pam_winbind to use kerberos and it is handing out tickets, as well as having configured SSH…
Matt Delves
  • 483
  • 2
  • 6
  • 12
1
vote
1 answer

Single sign-on for SharePoint to MySite?

I've got a fairly simple SharePoint 2010 farm set up: 2 WFE servers with Network Load Balancing hosting the main portal site. As per Microsoft's best practice recommendations I've set up My Sites in a separate web application. As some of the…
Chris W
  • 2,670
  • 1
  • 23
  • 32