Can Azure Active Directory B2C CICD be set up on Jenkins

Harshal Wankhade 1 Reputation point
2022-06-29T10:47:47.66+00:00

Can Azure Active Directory B2C CICD be set up on Jenkins?

I am trying to set up CICD system for ADB2C custom policies.
Was searching for the documentation on how I can design that.
Hence, any pointers on CICD in Jenkins for ADB2C custom policies will be great help.

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,775 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 29,756 Reputation points Microsoft Employee
    2022-07-01T07:00:08.427+00:00

    Hi @Harshal Wankhade ,

    Thanks for reaching out.

    I understand you are looking to automate the Azure AD B2C custom policies to deploy on Jenkins to automate tasks.

    Azure provides Azure pipeline to automate build, test and deploy projects.

    You can deploy custom policies with Azure pipeline and integrate with Jekins by hosting code in Git repository.

    Below are the reference links to combine CI/CD using Azure pipelines:

    https://learn.microsoft.com/en-us/azure/active-directory-b2c/deploy-custom-policies-devops
    https://learn.microsoft.com/en-us/azure/devops/pipelines/release/integrate-jenkins-pipelines-cicd?view=azure-devops&tabs=yaml

    Hope this will help.

    Thanks,
    Shweta

    ------------------------------------------

    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments