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

Google Directory User put api throwing 400 error (Invalid Input: [SSO])

I want to create single sign-on for aws using google authentication. When I execute google directory user put api. I keep getting 400 error with message "Invalid Input: [SSO]" { "customSchemas": { "SSO": { "role": [ { …
2
votes
1 answer

Angular, how to receive the JWT token from external authentication server

This is the idea of authentication of my system. When user trying to access the dashboard of my system. My system will perform a canActivate method form the AuthGuard to check whether the user bring oauth token together with him. If the user is not…
ameruddin jamil
  • 155
  • 4
  • 18
2
votes
3 answers

NTLM SSO implementation in Java

what are the libraries in JAVA for implementing SSO? I am running my app under tomcat.
Ram Deshpande
  • 55
  • 1
  • 5
2
votes
2 answers

SSO web login in android app with customtabs

I'm trying to get a login token from a webpage using customtabs. As I understand each times a link is opened on cutomtabs an intent is launched, I can then setup an intent filter in order to go back to my app when I need. The app launches the login…
Heetola
  • 5,791
  • 7
  • 30
  • 45
2
votes
1 answer

MSIS0037: No signature verification certificate found for issuer

I am trying to integrate saml with java spring boot application. I integerated it with okta, and works fine. But when i change the config to point to actual adfs(not Okta), i get this error on adfs "MSIS0037: No signature verification certificate…
2
votes
1 answer

Can SustainSys.Saml2 sign individual assertions when generating SamlResponses?

I'm using SustainSys.Saml2 to generate SAMLResponses within an app that, internally within my organization, acts as an IdP. The library is fully capable of signing the entire response; that works just fine. I have a new SP over which I have no…
Dalanor
  • 23
  • 3
2
votes
0 answers

How to get Domain Credential programmatically in Mac OS X

I am trying to get a Mac application that get the domain credential from the Mac behind the Active Directory. The user logs into the Mac as a Domain user. We don't want to prompt the user again since they already provided the username/ password…
KC P
  • 21
  • 1
  • 5
2
votes
1 answer

Keycloak NodeJS adapter ignores X-Forwarded-Proto

keycloak-connect, which is the recommended NodeJS adapter from the Keycloak docs, does not take into account the X-Forwarded-Proto header when the protected application is sitting behind an Apache reverse proxy. Indeed the redirectUri is built this…
ojathelonius
  • 685
  • 8
  • 26
2
votes
1 answer

Using "href=tel:" in custom Azure B2C SSO HTML page

I am attempting to use a 1300000 link on any custom policies HTML page in Azure AD B2C SSO but href="tel://1300000 is being stripped out and only 1300000 is visible in the page source thus negating the link. I can…
Madison Courto
  • 1,231
  • 13
  • 25
2
votes
1 answer

How to do SSO with Django and ReactJS?

I need to bootstrap a Django application with ReactJS. Authentication needs to work through Siteminder (SSO). How can ReactJS components know what user is authenticated? What are the common techniques for client side components to know the…
softwarematter
  • 28,015
  • 64
  • 169
  • 263
2
votes
1 answer

Understanding ADFS Login With Windows Native WPF Client

I've read through lots of the literature on ADFS integration with NodeJS/Angular or another front end web framework and how that general flow works (and built a proof of concept through Auth0 - Angular starter code), but I'm not understanding how…
Thomas
  • 555
  • 7
  • 29
2
votes
1 answer

Proxy on top of OIDC IdP provider to accept SAML requests from service provider for SSO

Context: We have an OIDC IdP that we don't have control over but we need to support SAML requests from Service Provider (SP) for SSO. Idea: Build a proxy (an app) that sits between SP and OIDC Identity Provider. Requests from SP are sent to the…
bikashp
  • 563
  • 1
  • 6
  • 15
2
votes
1 answer

Single sign on across different web browsers

I'm trying to create a web app (website 1) housed inside a windows web browser control. Links in this web app will redirect to another website (website 2) and open in the user's default browser. So the problem I have the windows app housing website…
Joel
  • 21
  • 2
2
votes
2 answers

How to force login per client with keycloak (¿best practice?)

We are currently implementing keycloak and we are facing an issue that we are not sure what’s the best way to solve it. We have different webapps making use of the sso and that’s working fine. The problem we have is when we make log in using the…
user1722670
  • 101
  • 1
  • 6
2
votes
1 answer

ASWebAuthenticationSession: Support own provider

My company has a couple of apps and would like to use it's own SSO service instead of using a public like google or facebook. For SSO we would like to use ASWebAuthenticationSession. What are the requirements to that SSO service to work with…
netshark1000
  • 7,245
  • 9
  • 59
  • 116