Skip to main content

All Questions

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
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
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
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
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