I’ve been searching everywhere, but can’t seem to find anything on specifically registering users through Azure.
Primary question: how does one configure Azure to allow users to register themselves to an Azure Active Directory through SSO?
Secondary: how to do so with SSO on WordPress
Explanation: I use Azure AD to manage app registration, I want users to have a login without buying (purchase workflow invites them to the AD and assigns them a group)
2
Answers
User cannot register themselves in Azure AD by their own. Only Admin Have a privileged to add and remove user from Azure Active Directory.
Admin and user who has privileged to invites them to the AD and assigns them a group.
WordPress Login with Azure (Azure SSO) plugin allows you Login(Single Sign-On) to your WordPress site using your Azure(Azure AD / Azure B2C / Office 365 ) account credentials. This plugin uses OAuth/OpenID Connect protocol to achieve Single Sign-on.This plugin also provides SSO with custom applications as well.
Please refer this document1 and Document2 to implement Registering external users through Azure SSO (in WordPress)
Azure AD manages authentication and authorisation.
It does not manage provisioning.
This is done manually via the portal, programmatically via Graph API, via AAD Connect from on-premises or by using SCIM.
For external users, Azure AD provides external identities where the user can self-register,