Skip to main content

All Questions

94 questions with no upvoted or accepted answers
7 votes
0 answers
2k views

How to perform safe Single Sign On (SSO) in an html iframe

Currently, an IDP (IDentity Provider) often doesn't allow SSO through an Iframe for security reasons (through Javascript you could capture the login/password in the main page). How could a SSO be ...
edbras's user avatar
  • 4,294
5 votes
3 answers
13k views

Cross domain with an Iframe, pointing to SSO server

I have an application where I am displaying some stuff in javascript modals using jquery. It requires the user to login for certain flows; but the user never leaves the modal. So here is what we do ...
Priyank's user avatar
  • 14.3k
4 votes
0 answers
635 views

How to achieve cross domain SSO given that third party cookies are disabled by default in browsers?

I am trying to work on a cross-domain SSO. I have a single central auth domain and couple of other domains (not sub domains. these are completely different ). Once you click on login, you should be ...
Nikhil S's user avatar
4 votes
0 answers
2k views

testCafe How to add headers to the home page url

I have an application which is launched successfully by adding or modifying request headers ( something like single sign on). When we have to test it we use a chrome plugin like this one :https://...
Monnie_tester's user avatar
3 votes
0 answers
856 views

MSAL.js 1.4.6 single sign out with Multiple tabs

is there a way to sign out at once in multiples tabs? I am running into a situation where the user login in tab1 then the user open another tab for the same app, then the user logout on tab1 while the ...
Manuel Castro's user avatar
3 votes
0 answers
340 views

Azure SSO using saml in node js keeps redirecting

I am trying to implement Azure SSO saml login on node.js. I have configured the app in Azure and got login URL, cert and issuer. In node js code, I am using passport-saml npm. I have initialized the ...
Abhishek's user avatar
  • 1,006
3 votes
0 answers
4k views

how to login on SSO/OIDC using cypress

I am trying to login on our office portal for which OIDC is configured which uses OAuth 2.0 Client ID using the google account. So I am trying to automate this website for which OIDC is configured ...
kalpesh's user avatar
  • 93
3 votes
0 answers
927 views

How can I use CAS with a Javascript Client that will be hosted as well as used in Phonegap?

I am writing a Phonegap application that needs to be able to call remote webservices that are secured by CAS. The application will also be hosted on our webfarm (minus the hardware specific parts) as ...
Buns of Aluminum's user avatar
2 votes
0 answers
115 views

How do you allow SSO when originating from an iframe in 2024?

I have an app that runs on example.com and you can log into it via SSO. You can also embed example.com into any website you want. When a user needs to log into example.com via SSO we open a new ...
Brandon Aubie's user avatar
2 votes
1 answer
7k views

Keycloak login-status-iframe.html page is in Quirks Mode causing home page stuck?

I have implemented SSO in Angular application via Keycloak using Keycloak-js. Wenn Keycloak server was running on my localhost, everything was fine. Later when we tried a remote Keycloak server then ...
Undertaker's user avatar
2 votes
2 answers
825 views

Integration Salesforce and Angular App using Auth0 SSO

The project that I'm working on requires user to login from Salesforce lightening app and redirect it to external page Angular which bypasses the login page of angular and enter to dashboard which is ...
Adnan Fayaz's user avatar
2 votes
1 answer
3k views

Cypress UI automated login with Keycloak fails

I am attempting to automate an e-commerce store front using Cypress but I'm running into an issue with login. The auth and identity tool being used is keycloak and the Cypress test is unable to login ...
Jonathan Opperman's user avatar
2 votes
0 answers
659 views

Single Sign On implementation for a Spring Web App using Active Directory

My team and I are trying to add a single-sign-on functionality, to our Spring Web App, but we could not find a good solution for this. The authentication will be done against the client companies ...
Mihai Ciully's user avatar
2 votes
0 answers
860 views

How does google manage sso through multiple domain [google.com, youtube.com]

When we log in google. It set cookies for both Google and youtube domain. In the network, I see two interesting get call, https://mail.google.com/accounts/SetOSID?authuser https://accounts.youtube....
Sharuk Ahmed's user avatar
2 votes
0 answers
3k views

Failed to execute 'atob' on 'Window'The string to be decoded is not correctly encoded

Here, In my code res is my variable name and i am trying to stringify them using sso atob but i am not able to do this because of this below error which i am facing. var baseUrl = window....
Akash Khapare's user avatar

15 30 50 per page
1
2 3 4 5
7