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

IIS + Integration Windows Authencation: is read/execute permissions for Authenticated_Users safe?

I have an enterprise web application that will integrate with a single sign on (SSO) service via Integrated Windows Authentication (IWA). The SSO service is providing authentication only (not authorization). This web application will handle…
2
votes
1 answer

FreeIPA and AD password synchronisation

I am attempting to integrate FreeIPA with Active Directory to provide single-sign-on for Windows and Linux users by following this guide. I have successfully created the 'winsync' agreement and loaded the AD data into FreeIPA but I am struggling to…
KingBob
  • 153
  • 9
2
votes
1 answer

ADFS error duing SAML Service Provider Login

I have a Spring SAML Project that has been under development for about a month. I've integrated with ADFS and everything has been working well. I'm getting an intermittent error that is becoming problematic because I have to wait for it to…
2
votes
3 answers

AD FS 3.0 Event ID 364 while creating MFA (and SSO)

I have an clean installation of AD FS 3.0 installed on windows server 2012. I am trying to create MFA on my internal network using this Codeplex. AD FS Management > Authentication Policies Multi-factor locations: Intranet Selected Multi factor…
djl
  • 71
  • 1
  • 1
  • 8
2
votes
1 answer

Dynamics CRM with Windows Essentials AD + Azure AD

I'm trying to configure a new Dynamics CRM 2016 on premise installation with Claims based authentication for Sharepoint Online (Office 365) and Internet facing access. We currently have a Windows 2012 R2 Essentials domain controller synchronizing…
2
votes
0 answers

SAML/OpenID authentication on Docker/Core OS

I have a set of servers running Core OS/Docker/Docker Swarm. I have my users in a SAML/OpenID SSO server. I want these users to be able to run Docker containers on my Core OS cluster. How do I authenticate SAML/OpenID users into Docker/Docker Swarm?…
2
votes
1 answer

Group Policy and Internet Explorer's Site to Zone assignment issues?

We are using GPO to apply Site to Zone assignements for our users so that we can add some specific addresses into their Internet Explorer's Intranet and Trusted zones. Using the Site to Zone GPO setting I have setup.. *.domain.com 1 The "domain.com"…
user146882
2
votes
2 answers

IBM WebSphere Application Server SSO does not set REMOTE_USER on Cognos BI 10.2.2

Very similar issue was posted here, I do not believe they are the same. IBM WebSphere Application Server SSO sets REMOTE_USER incorrectly We are running IBM Cognos Business Intelligence Server 10.2.2 (no other extra software products) on WebSphere…
WR Aldrich
  • 21
  • 3
2
votes
1 answer

vSphere/vCenter not offering SSO options

We started setting up a vSphere infrastructure and want to use OpenLDAP as authentication source. In the vCenter, we have enabled the embedded SSO server and I find options to connect to Active Directory. In many places in the Internet, I find…
StephenKing
  • 952
  • 1
  • 8
  • 18
2
votes
2 answers

ADFS 2.0 on Windows Server 2012 R2

Wanted to know if ADFS 2.0 can be installed on Windows Server 2012? The below link says it can be installed and gives command to install but that command fails throwing the error 'ad-federation-services' is a invalid…
Sandeep S
  • 23
  • 1
  • 4
2
votes
2 answers

Single sign on with Windows 2008 R2 RemoteApps

I've got the following setup: Windows 2008 R2 server: Remote Desktop Services (RemoteApp, Session Host, Services Manager) Windows 2008 R2 server: AD + AD Certificate services + DNS Windows 7 client PC, in the domain, logged on as local admin (which…
2
votes
1 answer

Single Sign-On and Active Directory Federation (ADFS)

Can anyone please tell me, what is the difference between active directory federation services (ADFS) and single sign-on (SSO)? From a simple look at things both seem to do much the same thing in identity management, making it so users require only…
Hank
  • 21
  • 3
2
votes
1 answer

ADFS SSO - LDAP Attributes as Claims - UPN as NameID - NameID Missing from SAML Response for users whose UPN is changed

ADFS SSO setup with Salesforce which uses UPN as NameID, has following configuration ADFS. Claim Rule Template: Send LDAP Attributes as Claims Claim Rule Name: Send the UPN as NameID LDAP Attribute: User Principal Name Outgoing Claim Type: Name…
2
votes
3 answers

REMOTE_USER variable without @DOMAIN suffix

I administer an application that enables single sign on with valid AD users and runs on IIS currently. For performance increase, I have a task to migrate the web layer to Apache/Php on Linux. I have an AD on Win2012 Server and Apache on CentOS. I…
2
votes
2 answers

Open LDAP Authentication - How to verify userPassword without bind?

What I am doing... Trying to implement single-sign-on for our organization’s all machines, blogs, wiki’s, CRM, HRM, project management tools, SVN, etc, etc... We have OpenLDAP installed and configured on our dedicated server running CentOS. I used…
rahul286
  • 1,647
  • 5
  • 20
  • 25