Skip to main content

All Questions

0 votes
0 answers
19 views

Outlook SSO NAA in pure JS without node.js

In specialists, Outlook on Windows only uses the runtime JS file defined in the manifest für event-based add-ins. How do you import and use msal-browser in this file without using node.js? I am aware ...
Markus Gruber's user avatar
0 votes
0 answers
34 views

SSO login using okta

Has anyone been successful in running Playwright using BDD in windows machine especially for an app where login is using Okta (with SSO enabled)? The challenge is script never gets the login screen. ...
Priyam's user avatar
  • 1
0 votes
0 answers
29 views

Setup SAML in firebase

How can I setup SAML for my firebase project ? I found a document related to this problem but I'm confused how to find these information like in the image below. Is there a way to identify them in my ...
sieusaopolo15's user avatar
0 votes
1 answer
31 views

Is there a way we can attach an identifier to link when clicked from email

So this is an authentication link which we auto generate with some token for that particular email, Where we don't want the user to forward it, even if he/she forward it, we want to know from which ...
Atul Verma's user avatar
0 votes
0 answers
48 views

Electron app auth0 SSO login with system default browser

I followed this auth0 electron app documentation to login inside electron app for auth0 but when an accaount is SSO(Single Sign On) electron BrowserWindow doesn't work like system default chrome and ...
Murat Oğuzhan's user avatar
0 votes
0 answers
21 views

Get user token with Office Add-in for Excel that implements single sign-on

I'm creating an add-in for Excel. This add-in has to implement the single sign-on in Entra ID in order to call a protected API behind an Azure API Management. I found a code in the Microsoft ...
Enrico's user avatar
  • 5,244
2 votes
0 answers
116 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
0 votes
0 answers
162 views

Handling errors in MSAL Redirect - reactjs login with microsoft sso

We are currently trying to catch an error, when a user with a company Azure AD Account tries to access the application, but does not have access to the tenant where the application resides (Multi-...
Shahzad_Umar's user avatar
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
0 answers
16 views

GoogleSSO How to detect password change or signed out

We are implementing GoogleSSO, in the new API, I am not able to find out how to identify if user is logged out in another tab or if the session is still valid or in these lines. If I want to store the ...
kobe's user avatar
  • 15.8k
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
0 votes
0 answers
11 views

Sso with nextjs

I want make a Single Sign On, where when I access my dashboard.sunize.com.br if there isn't a access_token, I will be redirected to sso.sunize.com.br and I will be authenticated and save my access and ...
perfluka'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
1 answer
137 views

Active Directory Pass Through Authentication for Apache Intranet Web-Application (PHP, JS)

I've builded some Intranet Web-Applications, which run on an Docker Container (Ubuntu-Host) with Apache and PHP. The current Authentication is based on the Active Directory (NOT Azure, On-Premise ...
Naturjoghurt's user avatar
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
0 answers
145 views

Is using http://localhost as redirect URI safe for SSO authentication with MSAL in electron app?

I have created a electron app and need to integrate O365 login in it,every blog or video I see everyone is referring to redirect URI as http://localhost but to me it seems a concern using this in ...
Harshita Jain's user avatar
0 votes
1 answer
920 views

window.close not working on closing a tab in JavaScript

I an having a issue when, After the SingleSignOn authentication completed successfully and redirect URL tab trying to close using JavaScript window.close it is not working. I tried many JavaScript ...
Bhuvneswari's user avatar
0 votes
0 answers
126 views

Auth0 Single Sign-On (SSO) between Parent and Child Applications with Angular: Authentication State Issue

I have a parent application and a child application, both using Auth0 for user authentication. The goal is to achieve single sign-on (SSO) so that when a user logs in to the parent app, they can ...
Dev Vyaas's user avatar
  • 486
0 votes
0 answers
79 views

How do you get AWS SDK to obtain a role when signing in from Azure AD SSO (Enterprise Application) redirected via Relay State?

I'm working on allowing the AWS SDK to access AWS resources from the browser. I'm using Azure AD Idp-initiated Enterprise Applications flow. The Consuming service is signin.aws.amazom.com/saml and the ...
Maxicl's user avatar
  • 34
2 votes
2 answers
405 views

Sharing JWT between Cross-Port Applications using postMessage

I have two applications running on my localhost, each on a different port (localhost:3000 and localhost:3002). My goal is to redirect a user from localhost:3000 to localhost:3002 while passing a JWT (...
Amir Ben Shimol's user avatar
0 votes
0 answers
80 views

Azure AD can't login with valid email if user was previously logged in to azure with another email (which doesn't belong to the tenant)

So we use msal-js library to add sso login to our site. We use this simple object for the msal-js configuration. const config = { auth: { clientId: process.env.REACT_APP_CLIENT_ID, authority:...
prof chaos'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
1 vote
0 answers
1k views

Authenik CORS-Error, when retrieving token

I have installed Authenik 2022.10.1 behind an Nginx Proxy Manager. My Authenik-instance is accessible via the domain auth.<mydomain.tld> On the server where Authenik is running, I setup an LDAP-...
LinuxSquare's user avatar
2 votes
2 answers
1k views

Office-Addin MSAL Single Sign In SSO: How to Refresh the Access Token?

How does one monitor the access token for expiry and refresh it in an Office-Addin Single Sign on Solution? MSAL Single Sign On in an Office-Add in is a complicated beast. The access token is obtained ...
JimbobTheSailor's user avatar
0 votes
1 answer
514 views

How to pass a token on an Azure Function response as a cookie with a redirect?

Considering the following code: const { SAMLResponse } = qs.parse(context.req.body) const { clientName } = context.req.params try { const samlResponseFormatted = decodeURIComponent( ...
Ericson Willians's user avatar
1 vote
0 answers
107 views

SSO authentication, behind-the-scenes data passing

Good evening, I am developing an SSO authentication system, with 2 different domains. Authentication: auth.aettr.pt Application: my.aettr.pt After the user is authenticated, the authentication domain ...
Tomás Figueiredo's user avatar
0 votes
1 answer
1k views

Passing sessionstorage item into a link JavaScript or HTML

I am trying to create a single sign in, and far as I can think this would probably be the best. My backend receives the request, checks for email, creates a JWToken and adds it to a link sent per ...
Ryan Reddy's user avatar
1 vote
0 answers
326 views

Access URL token AFTER SSO redirect express

I'm building an app that uses corporate SSO login. The SSO is configured to redirect users to my back end's /auth endpoint with an access token in the URL. I want to grab the token from the URL, set ...
0xD1x0n's user avatar
  • 743
0 votes
1 answer
290 views

Is there any way to save the Microsoft Teams tab SSO Azure AD access token into I-Frame cookies using MSAL in javascript?

I am using MS Teams SDK for getting Tab-SSO Access Token. Is there any way to store this Access Token in I-Frame Cookies like MSAL cache user Authentication information after a successful sign-in?. If ...
Gopal Prakash's user avatar

15 30 50 per page
1
2 3 4 5 6