Skip to main content

All Questions

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
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
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
1 answer
364 views

LinkedIn Learning LTI failed authentication

I'm attempting to integrate LinkedIn Learning Single-Sign-On via an LTI connection, however I'm always faced with the response: LTI_FAILED_AUTHENTICATION. LinkedIn Learning - LTI_FAILED_AUTHENTICATION ...
Qerim's user avatar
  • 1
2 votes
1 answer
2k views

SSO Login in Cypress

the app that I test has SSO login. So, 1st I am cy.vist(xxx) to one URL then system directs me another cy.visit(yyy). But currently I cant handle the issue that currently I am facing. Can you please ...
Luna's user avatar
  • 331
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
241 views

Firebase SAML SSO Changing Email Address Creates New Firebase User Object

I'm puzzled if this is intended behaviour or if my implementation is incorrect. I have implemented SAML SSO for my Firebase application using the following logic: firebase.auth().signInWithRedirect(...
JavaWizKid's user avatar
0 votes
1 answer
885 views

Error while Single Sign On(SSO) via Azure AD Authentication - AADSTS50059

Error AADSTS50059: No tenant identifying information found in either the request or implied by any provided credentials. We have two subdomains(sd1.domain.com and sd2.domain.com) registered to two ...
gottacodeemall's user avatar
7 votes
1 answer
17k views

Sample cypress script to bypass SSO

I am setting up new cypress tests to test some functionalities in Dynamics 365 application. But, I'm left with a browser window with the url https://login.microsoftonline.com/__/ and the text Whoops, ...
Akhil Tabjula's user avatar
1 vote
2 answers
2k views

Implement ROLE based access in Angular2

I have an angular2 application and i have implemented the Registration and Login Modules. User role and other details are received when login in. Have no idea on how to properly manage access, based ...
Harsha Jayamanna's user avatar
7 votes
1 answer
4k views

Check if Windows Authentication is available with JavaScript

Is there a way to check whether Windows Authentication (Negotiate, Kerberos, NTLM...) is available in the browser (with JavaScript or other methods) without browser prompting for username and password ...
Marko Vodopija's user avatar
0 votes
1 answer
1k views

SSO With AngularJS, get user details

Consider this scenario: I hit a AngularJS based UI url which is SSO protected in a new browser window, for eg. https://somedev.domain.com This makes a GET request to the above url. Now, the browser ...
A.I's user avatar
  • 1,438
18 votes
2 answers
15k views

Windows AD single sign on using javascript and node

I am in the process of implementing a single page app based on Angular and Node.js, running on a Windows Server within a corporate Windows Active directory domain environment. I know that it is ...
Andrew's user avatar
  • 181
1 vote
0 answers
110 views

SOAP Web Service Single User Login Integration

Working on a project where i need to implement single-user login, or letting them use the same login on their main website, as well as on another site. Right now they are using a SOAP web service. I ...
varasha's user avatar
  • 11

15 30 50 per page