Skip to main content

All Questions

0 votes
1 answer
51 views

Can SSO be used by AD users when using my externally hosted website developed for those users?

I am developing a web site for an organization that used AD for validating its own employees. I am required to host the web site externally. The organization requires a Single Sign On for its ...
alokofaarmax's user avatar
0 votes
1 answer
962 views

Vanilla JS Single Sign-On attempt with MSAL.js leading to pop-up window showing a copy of the same page

I've copied the example app at this repository to try to implement single sign-on: https://github.com/Azure-Samples/ms-identity-javascript-v2. I've changed the config values match those of the Azure ...
notnot's user avatar
  • 4,612
2 votes
1 answer
276 views

How to implement Auth0 SSO in Cordova without Angular

I am working on a Cordova Application where it uses only HTML, javascript, and jQuery. I need to implement Auth0 SSO in my application. I came to see all examples are done only in Angular, But I need ...
Elangovan Eaaswaramurty's user avatar
0 votes
1 answer
825 views

Code for passing user information from azureAD to app.js

I am trying to introduce the Single-Sign-On (SSO) feature to my React app and I want to use the user information from my company for the SSO verification. For that, I registered my application on the ...
Vicster Ulanova'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
2 votes
1 answer
2k views

Single Sign On (Silent Login) using iframe and postMessage while ITP (Safari)

Short: I need help in SSO in Safari, I'm using iFrame and postMessage logic which is working fine in Chrome and Firefox (PC, Mac, Android and iOS) but the catch is in Safari. I tried Storage Access ...
sivaprakash SJ's user avatar
0 votes
1 answer
314 views

Freshdesk Oauth SSO: CORS Error on Accessing Freshdesk Redirect URI?

I'm setting up OAuth SSO for Freshdesk. I want the user of my app to be able to login to my Freshdesk support site, without having to create a new username/password. So far the following steps work: ...
VikR's user avatar
  • 5,000
1 vote
0 answers
866 views

Is it possible to use Cypress for E2E testing when keycloak protectes the site

I am using Cypress for E2E testing. I also use Keycloak to provide Authentication. Keycloak uses an external website login form, however, this is not supported by Cypress when it is on a different ...
PrestonDocks's user avatar
  • 5,250
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
1 vote
1 answer
397 views

How to configure SSO for chatbot deployed on SharePoint Web site?

I am trying to configure SSO on the SharePoint website using Power Virtual Agent Chatbot. We are using Azure for Authentication and SSO. I had posted for help to achieve this on the Power Virtual ...
Ram's user avatar
  • 17
0 votes
1 answer
1k views

post_logout_redirect_uri not working with localStorage in OIDC Auth2.0 client

authority: 'xxx', client_id: this.'xxx', redirect_uri: 'http://localhost:4200/login', response_type: 'code', scope: 'xxx', ...
Zala Nilesh's user avatar
1 vote
1 answer
746 views

How to login with Keycloak to React?

I do not want to use the form provided by Keycloak (different company reasons), but instead create our own login page in React. I could login with it using the direct access grant flow and get the ...
Krisztian's user avatar
  • 109
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
0 votes
1 answer
242 views

How to get Azure AAD B2C forgotten password link in selfasserted data uri

Due to business requirement we need to use selfasserted:2.0.0 instead of unifiedssp:1.2.0 for login page. I am unable to find any documentation in azure b2c which I can use to enable forgottenpassword ...
RL89's user avatar
  • 1,906

15 30 50 per page
1 2 3
4
5
12