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.