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

Questions about user authentication strategies

I am currently re-doing the IT infrastructure at my company. It's currently all over the place, so I'm trying to re-organise everything from the ground up. First thing I thought I would tackle is central user management and authentication, and good…
1
vote
1 answer

windows 2016 rdp sso displays other user login

We have a Windows 2016 server where we want to add Single Sign-On, but when I add the server to the local GPO of my computer and try to log on, I get a screen with an empty user field. I have tried both with windows 10 and windows 7 with the same…
1
vote
1 answer

Google Apps with AD FS 3.0 Sign out problems

We have a Google Apps account that we use for most of our work. We also use AD FS 3.0 as an SSO provider to authenticate users. Everything works great with the sign in process. However when signing out, it all falls to pieces. I followed a guide…
tyelford
  • 255
  • 2
  • 11
1
vote
4 answers

Azure AD Connect Single-Sign On

I am trying to set up my domain for Single Sign-On to Azure-Connected services (Primarily, SharePoint Online). I have already run through the setup for Azure AD Connect and am currently able to synchronize my directory to Azure. I see my users in…
1
vote
1 answer

Single certificate for multiple relying party trusts

I'm using ADFS 2.1 on Windows 2012 (not R2), with an SQL database. By default it should not be possible to have multiple Relying Party Trusts with the same certificate, but an optional update should allow that…
Paolo Tedesco
  • 1,296
  • 7
  • 16
  • 23
1
vote
3 answers

Is my Office 365 ADFS SSO working properly?

We have Office 365 hosted by an MSP. Included in this service is an ADFS server for SSO. The SSO have never really worked properly, so i'm going to contact them and about it. But before I do so, I just wanted to make sure that it isn't working as…
Jack Pettersson
  • 236
  • 3
  • 11
1
vote
2 answers

Sharepoint Online auto acceleration not working

I am trying to work out an SSO solution for a customer of mine who is using SharePoint online with Office 365. I have the following test environment: Domain Server (+ certificate services) ADFS Server ADFS Proxy Server (non domain joined) Server…
1
vote
0 answers

Keycloak dies every few days for high memory usage

I have a Keycloak in a VPS running as SSO for the rest of the architecture. But every few days, without apparently any reason, in a single spike Keycloak uses all its available memory and enters in a blocked state. Here's the server.log just before…
Victor Henriquez
  • 243
  • 1
  • 3
  • 8
1
vote
1 answer

Sign into exchange from outlook using alias email address?

We have 2 domains. TestCenter.org and TestProject.org. Server 2012 R2 Running AD and ADFS We have an Exchange 2010 server running as well All users have an email address for the TestCenter.org. However the AD Domain is the TestProject.org domain I…
Gummby8
  • 51
  • 2
  • 4
1
vote
2 answers

ADFS and relying party web form

We are in the process of configuring our ADFS server to allow SMAL authentication from a third party web application. We are slightly confused as listed below: We received metadata file and configuration steps from relying party. We will configure…
Nicks
  • 11
  • 3
1
vote
2 answers

Incorrect Single Sign On Url - Cant Update

I'm having an issue. I've set up a third party SSO with my office365 account. The third party SSO authenticates with my on-premesis Active Directory. The only difference between using an ADFS on premesis SSO and this one is that this one is located…
1
vote
0 answers

SiteMinder web agent freeze with apached 2.4 (32bit) on Windows 2012 64

I am using Apached with Siteminder for single-sign on authentication. My config is as follow: 64 bit Windows 2012 (64) R1. Apached 2.4, (32 bits) (We tried the 64 bits but it does not work with the siteminder agent, dll problem). It was downloaded…
MaatDeamon
  • 209
  • 3
  • 12
1
vote
3 answers

Splunk SAML SSO from an IdP with Apache mod_mellon fails

I am trying to configure SSO from an IdP to Apache with mod_mellon and mod proxy to splunk. Environment: Ubuntu 14.04; Apache 2.4.7; mod-auth-mellon 0.7.0. Apache configured with the mellon-generated key / cert on default ssl site. mod proxy is…
Brett
  • 221
  • 3
  • 11
1
vote
0 answers

Can Keycloak provide SSO via Apache web service?

I'm trying to use Keycloak as an external authentication service for Alfresco (see: Can Keycloak be used as external (SSO) authentication service for Alfresco and Share?). I've gotten no responses to my original post, so I'm looking for other ways…
John
  • 11
  • 3
1
vote
2 answers

How to configure Tomcat WebApp to accept credentials from Apache

I am attempting to get a web application, running in Tomcat 6, to authorize a user that was authenticated by Apache. I have configured Apache 2.4 to use Active Directory for user authentication (using a module from Centrify) and ProxyPass /…