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
2
votes
0 answers

Windows Server 2008 R2 Terminal Server - Providing Single Sign On to Windows 7 Clients

I've inherited a system that may have never been fully integrated as it could have been. We have a simple setup - A Windows 2008 R2 Server being used for Remote Desktop and Remote App access by users in our company. Users login to their local…
JTWOOD
  • 328
  • 1
  • 6
  • 15
2
votes
1 answer

$_SERVER['REMOTE_USER'] not found using LDAP SSO

Am trying to use the SSO LDAP module on Drupal. The LDAP authentication for Drupal works fine (people can login using their AD credentials on Drupal and be logged in, the test system also returns relevant AD credentials such as email…
gdhp
  • 41
  • 2
  • 5
2
votes
0 answers

Need SSO, RMM w/ Mac client GP management (printers etc) from one web portal

I have a client that is looking for an all-in-one solution to manage users and computers. Preferable in the cloud or SaaS. They would like to be able to create/delete users from AD, integrate SSO for applications like Salesforce, Jira, Confluence…
2
votes
2 answers

Windows Server 2003 -Ktpass - crypto: enum value 'rc4-hmac' is not known

I'm trying to create a keytab with Ktpass on a Windows Server 2003 with: Ktpass -princ host/prueba-mail.ejemplo.org@EJEMPLO.ORG -mapuser host -pass password -crypto rc4-hmac -out UNIXhost.keytab I get the following error: crypto: enum value…
2
votes
1 answer

Samba 4 and SSH without password

I've a question to Samba 4 and Kerberos. I've had a functional SSH with SSO. But now when I've installed Samba 4 it doesn't work and it seems, that nobody has found any solution yet. I just read, that it was really difficult and complicated or On…
2
votes
0 answers

Single Sign On 802.1x Wireless - saying “Connecting to ”, hangs for 10 seconds, fails with “Unable to connect to , Logging on…”.

We are implementing WiFi on Windows 7 machines in our corporate environment. Machines should be able to log into the domain by WiFi as the Machine (Pre-Logon), and as the User (Post-Logon). We have everything working correctly except for 2…
Phaedrus
  • 147
  • 1
  • 2
  • 6
2
votes
0 answers

Reverse proxy with single sign-on and backend authentication modules

Has anyone got any recommendations for reverse proxy software that provides a single sign-on interface to multiple backend websites via various authentication mechanisms? e.g. Login to the frontend proxy (LDAP/AD/whatever). Based on the destination…
Andy Coates
  • 91
  • 1
  • 6
2
votes
1 answer

OpenSSH + Kerberos SSO: No key table entry found for host/localhost.localdomain

SSO not working with OpenSSH - I have not been able to get GSSAPIAuthentication to work with Kerberos. Everytime I attempted to login, I kept getting prompted for the password. During the troubleshooting, I initiated a debug here: [foster@kvm0007…
Rilindo
  • 5,078
  • 5
  • 28
  • 46
2
votes
3 answers

SSO "Portal"

Pursuant to my question on alleviating the password explosion, I've contacted some of the services to whom we are paying money to access their websites to ask if we could authenticate our own users, and some of them said yes and send me specs on how…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
2
votes
0 answers

How does ForeFront UAG implement single sign-on?

One feature of Forefront is the ability to pre-authenticate external users before their requests are sent to a published web application. In addition, it is supposed to be able to forward the accepted credentials to the web application (according…
2
votes
2 answers

What is a free active directory simulator tool for testing remote single-sign-on auth requests?

Need to test if an application has correctly implemented active directory remote authentication single-sign-on requests? If you don't know of a tool, what would be a checklist of items to confirm are in place?
2
votes
2 answers

Seamless single sign on between Windows and Linux

I have been messing with Services for unix 3.5 for two days now and I am getting nowhere fast. Let me explain our situation. We have several hundreds of Linux servers, and hundreds of windows desktops, a couple of dozen server 2003/8 servers and a…
2
votes
4 answers

How can I revoke access for a user across different systems?

We are going to let one of our sysadmins go in a few weeks. He has access to our entire infrastructure, so we'll have to reset the passwords on everything. This is going to be really time consuming though, with the number of servers and devices out…
zippy
  • 1,718
  • 3
  • 21
  • 36
2
votes
0 answers

Single Sign on (SSO) not working on Firefox

Could it be that Firefox doesn’t support all windows NTLM SSO scenarios on a Sharepoint Site via adfs? Login attempts into Sharepoint site just gets stuck on the login page and nothing happens afterwards… I enabled Windows SSO gpo, not sure if that…
john zuh
  • 51
  • 1
  • 6
2
votes
2 answers

How can I resolve "SAML Providers must reference at least one SAML assertion issuer" message?

I want to setup a SSO solution using Keycloak 10.0.2 as the Identity Provider. The first application I want to setup is AWS. I followed this tutorial to enable Keycloak to sign me in using SAML. I noticed, that this tutorial is guiding me to…
user540468
  • 162
  • 2
  • 3
  • 10