Abstract
we have seen how to use the Azure AD B2C SAML standard to enable authenticated websites in AEM. In this post, let us now see how to use the OAuth 2.0 standard to configure Authenticated websites in AEM using Azure AD B2C. The recommendation from Microsoft is to use OpenID Connect to enable the authentication for websites, but AEM currently won’t support OpenID connect OOTB — may need to build a custom authentication handler to support OpenID Connect with AEM.
Azure AD B2C Configurations:
AZURE ACTIVE DIRECTORY B2C TENANT:
Before your applications can interact with Azure Active Directory B2C (Azure AD B2C), they must be registered in a tenant that you manage.
Refer to https://docs.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant for more details on configuring B2C tenants.
Signing and encryption keys for Identity Experience Framework:
As a next step, Create the signing and encryption keys
The Identity Experience Framework should be defined to support the user authentication through AD B2C Local accounts.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni