How to use multiple User login name to authenticate to AD – UPN

How can I assign multiple User login names to an AD user so he/she can authenticate seamlessly? Here’s an example: User name 1: FJohnson User name 2: domain\Fjohnson User name 3: FJohnson@domain.com Assuming that the machine is always connected to the domain. A practical situation: when a password expires, the user needs to provide a … Read more

ADFS 2.0 is already configured and different application is using it, I want to use the same ADFS for my application

ADFS is already configured on servers. Different application is using it for Single Sign on. I want to use same aDFS server to implement single sign on in my application. Any checklist please from where I can start? You need to improve your question with details about the app you want to have SSO for. … Read more

How to integrate Question2Answer into Typo3?

Question2Answer provides the option to implement Single Sign On. I want to integrate it into an existing installation of Typo3 (for Typo3 front end users). The questions I have: Do I need a certain Typo3 plugin for SSO? How could an implementation of Q2A’s qa-external-users.php look like for Typo3? Answer A working first attempt: the … Read more

How can I use mod_auth_cas to authenticate Moodle?

What I want For various reasons, I’d like to see the following authentication procedure work: go to moodle.blah.bla Apache asks for your login information via mod_auth_cas Once authenticated, Apache sends you to moodle.blah.bla/login/index.php?authCAS=CAS Moodle then sends you to your CAS server which is already authenticated CAS sends you back to moodle as an authenticated user. … Read more

Accessing internal websites through VPN on iPad using SSO

We are having an iOS issue with users trying to access our internal websites through a VPN connection. We use SSO to access these sites and everything works for a Windows user as the Domain is Windows-based. However, when iPad users access sites through a VPN (when they are offsite) they are prompted with a … Read more

How to enable Office 365 to work as Identity Provider

I’m trying to set up my application to use Office 365 as Identity Provider for Single Sign On but I can’t find specific instructions to do so. Answer First of all, you are not going to use “Office 365” as your identity provider: you need to look at Azure Active Directory, which is the identity … Read more

how we can generate the single sign on and reply url for new application in azure active directory

I am going to register a new application in the Azure active directory for SAML login. How can I generate my reply URL and single sign on url and entity ID ? Answer You can find these details on the single sign in page of the app, under the “Enterprise Applications” section AttributionSource : Link … Read more

With Microsoft 365 SSO. Delete user in third-party App when such user gets deleted in Active Directory

I have an application connected to Microsoft Active Directory using SSO. So basically users in the third-party App authenticate with Microsoft 365 using SSO however we would like to delete a user in the third-party app when such user gets deleted from our Active Directory. Is this possible? Where could we find some documentation? Answer … Read more