Skip to main content

All Questions

1 vote
1 answer
35 views

Integrating one tap sign in with phone from phone email - Converting html and javascript code to React JS

I am learning React JS and new to it. I have following code to integrate one tap sign in with phone (From Phone.Email) on my website. This button will verify OTP and send back verified number to my ...
Mayank Joshi's user avatar
0 votes
1 answer
753 views

Configure facebook login button for Business not allowed to add config_id

I have created a Facebook Business web app in a react project and want to add config_id while logging in. As the documentation mentioned for the business web app, https://developers.facebook.com/docs/...
Suhas Bhattu's user avatar
-1 votes
1 answer
30 views

refereshToken is empty aws-amplify javascript

I use aws-amplify as shown below, Amplify.configure({ Auth: { region: config.aws.region, identityPoolRegion: config.aws.region, userPoolId: process.env.userPoolId, ...
micronyks's user avatar
  • 55.1k
0 votes
2 answers
63 views

Error in SSO in Microsoft Teams React App

So I am making Microsoft Teams Tab with React, and there is required of SSO I have gone through many video and article about SSO in teams Tab, but I go confused, I some video they say SSO required ...
Abhishek_Yadav's user avatar
0 votes
2 answers
506 views

How to use my custom button when creating SSO with the Google Identity Services for Web?

I'm trying to create google sso popup flow in my react/Nextjs web app. However, by following the guidelines by Google with the Google Identity Services for Web, all I can I use is a bare minimum ...
POW's user avatar
  • 13
1 vote
0 answers
14 views

Keycloak refreshing with every navigation in react app [duplicate]

Hello Stackoverflow community Thank you for your help. I have a build a react app using keycloak as a identity manager for authentication. One of the problem I am seeing in my app is every time I ...
ksernow's user avatar
  • 694
0 votes
0 answers
697 views

React: What is the best way on implementing a server sided SSO login?

I'm creating a simple sso login react project with python as my backend server and reactJS as my frontend. I'm using react-google-login as my SSO login button. I've already setup my backend server ...
mirkovski's user avatar
0 votes
1 answer
560 views

can two websites talk or share any kind of data each other(reactjs)

Like knowing the previous url before coming to this page(not within same website but say two different websites). I tried consoling document.referrer in localhost in react, but returns an empty string....
Mansoor Ameen's user avatar
0 votes
2 answers
4k views

ReactJS: Login page shows whenever I refresh the page when im logged in

I'm trying to make a simple SSO login react app using react-google-login. Everything is working fine and I can login alright but whenever I'm logged in and I refresh the page, I can see my Login page ...
mirkovski's user avatar
0 votes
2 answers
316 views

can we use okta sdk for all identity providers?

I want to integrate all possible Identity provider in my APP like Auth0 SSO OIDC, Onelogin SSO OIDC, Google SSO OIDC etc and list will go on. So can this be used to achieve that ? https://github.com/...
iozeey's user avatar
  • 11
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
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
1 vote
0 answers
358 views

React Application SSO login issue

I have a website integrated with SSO authentication. Login sets an SM cookie which is required for further HTTP calls.Issue i am facing is when the SM cookie expires or closing and reopening the ...
Abhinav Singh's user avatar