Questions tagged [single-sign-on]

Single sign-on, a system for sharing authentication credentials between different systems

The term single sign-on covers a wide range of mechanisms for sharing user authentication credentials and rights between different systems. The main purpose of a single sign-on system is to reduce the number of times a user has to enter their login details, usually username and password. and are popular single sign-on protocols.

7557 questions
2
votes
0 answers

How to implement SSO using an angular 6+ nodejs

I want to implement Single sign-on, but I don't quite understand how to do it. That's what I have at the moment. In fact, I have no mistakes. It's just that Single Sign-on is not working, in both clients I have to log in both times, although the…
user10493107
  • 131
  • 1
  • 3
  • 11
2
votes
1 answer

Single Sign On Between B2B and B2C Azure AD

I have application 1 that uses Azure AD B2B. User is logged in to the application 1. If the user is redirected from application 1 to application 2, I want the user to be automatically logged in to the application 2 as well. Application 2 is using…
2
votes
1 answer

Missing 'Destination' attribute in passport-saml request

I'm sending a saml request to my IDP and am getting the following error message in the process: Unhandled error for request GET /ssoauth: Error: Missing attribute value for attribute Destination of element samlp:AuthnRequest Where /ssoauth is the…
Matt Ratliff
  • 91
  • 1
  • 5
2
votes
1 answer

SSO issue for multiple domains with MSAL.js

I want to single sign on multiple domains i.e. www.a.com and www.b.com using MSAL with Azure B2C.I used local storage as cache location, but single sign on does not work in multiple domains.
2
votes
1 answer

How to implement Single Sign-On in different domain applications through Azure AD B2C?

I have two applications: let's say application A and application B that are running on different ports i.e. 6420 and 8000. Theses applications are registered in the B2C tenant and are using the same 'signInUp policy'. I am able to authenticate the…
Vineet Kumar
  • 41
  • 1
  • 4
2
votes
0 answers

Securing spring websockets using remote SSO server

I am using microservices architecture so I have a separate SSO service which handles all the authentication and authorization requests. I am using spring websockets in other service and I need to secure it using tokens handled by SSO, so I added…
2
votes
0 answers

SSO With Wordpress, Identity Server 4 and ASP .Net Core

I currently have a need to build a single sign on solution between an externally developed WordPress site which is hosted by myself and and my own developed web application (built using ASP .Net core. I also have my own developed Security Service…
2
votes
0 answers

Exception: No authentication handlers could be resolved to support the authentication transaction: CAS-AD

I'm using CAS 5.3.2 to authenticate with Active directory. It show Authenticat fail and I saw another exception following it: 2018-09-12 10:27:27,732 WARN [org.apereo.cas.web.flow.resolver.impl.InitialAuthenticationAttemptWebflowEventResolver] -…
2
votes
0 answers

Signing and Posting SAML file in C#

I am trying to implement single sign on using SAML. The idp sent me request sample as below:
Di Kamal
  • 173
  • 13
2
votes
1 answer

"pl00092": Null Value:No assertions in reply from IDP

I have configured ADFS 3.0 with my JBoss 6.1.0_final which using JDK6 The setup is successful and when I access application URL it redirects me to adfs page. After successful login in adfs it redirect to my application URL, Here error I encountered…
Hitesh Ghuge
  • 793
  • 2
  • 10
  • 39
2
votes
2 answers

Implementing SSO using different versions of SAML

Is it possible to establish SSO between two different vendors when each of them use different versions of SAML. VendorA uses SAML 1.0 and VendorB uses SAML 2.0 ? Can we have a intermidiary that interprets the assertions based on the SAML version ?
Subramanian
2
votes
0 answers

Redirection Issue after successful authentication by SAML SSO with MS ADFS

We have established the SSO between Hybris C4C and Hybris commerce (ASM) with MS-ADFS as IDP. The entire flow works fine. There is a specific use case where if in any case, the C4C agent does not have permissions to access the ASM as an asagent,…
Vikrant
  • 1,809
  • 1
  • 13
  • 18
2
votes
0 answers

How to implement single sign on with two sample angular apps having the same login credentials

I have two sample applications in angular2 first with name admin-app and second with name user_app where in, First application I have only admin component,when he logs in navigates to admin page. And it has only admin page where admin needs to…
Heena
  • 1,691
  • 13
  • 37
  • 56
2
votes
0 answers

oAuth2 SSO without Cookie

We're having a native iOS and Android app that has a custom login form to authenticate a user directly via an authentication endpoint of an oAuth2 enabled indentity provider (the app sends the user credentials via HTTP request to the identity…
2
votes
1 answer

Login Failure: Pool is empty and connection creation failed

when I tried to SSO using Shibboleth IDP, a login Error occured, when username and password was submitted as, Login Failure: Pool is empty and connection creation failed. My error logs are as follows ==> /opt/shibboleth-idp/logs/idp-warn.log <== at…
1 2 3
99
100