aad-sso-wordpress
aad-sso-wordpress copied to clipboard
Single Sign-on with Azure Active Directory (for WordPress)
To be able to install this plugin via Composer Example: ``` { "repositories": [ { "type": "vcs", "url": "https://github.com/psignoret/aad-sso-wordpress.git" } ], "require": { "psignoret/aad-sso-wordpress": "dev-master" }, "extra": { "installer-paths": {...
I'm experiencing this problem after transferring the website to a new hosting. I already deleted my app registration in Azure Active Directory and created a new one. But no success.
How is this plugin best configured if you have a network of sites. One need an Azure AD Application registration and ClientID/Secret for each site in the network to have...
Would appreciate any help anyone can give. After months of the plugin working flawlessly, I’m suddenly getting the above error. Sometimes I’m getting a mismatch. We have a Wordpress network...
I've got a super weird problem. I have the checkbox to automatically forward users to the AAD login screen so that we bypass the Wordpress login screen. This is redirecting...
As per Azure AD App update and support, to increase security, please support new "Authorization Code Flow" with PKCE and CORS instead of the current "Implicit flow". Meaning also, in...
Tried to add this code , on a certain hook for a custom login page ...but the response is always global $ultimatemember; $aad= AADSSO::get_instance(); ?>
We've got a single user that isn't able to auth to WordPress. Our other users all are working fine. When the user goes to log in, the redirection to the...
Hi, This plugin works perfectly on our website, but I got one question left. When a user logs in on our website with their azure login is there some token...