Skip to content

Tired of manually editing XML files? Stop hurting yourself πŸ‘‹! Design your custom policy through this small, but honest and simple project 🀏

License

Notifications You must be signed in to change notification settings

willianantunes/azure-b2c-custom-policy-designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Azure B2C Custom Policy Designer

Why has Microsoft never built a UI to deal with Custom Policy so far? I don't know, but I'll do it for free because it hurts my software developer soul 😬.

Some details and using it

This project is separated in two components:

  • frontend: A Next.js project with MUI and styled-components. It represents the UI where you can design your custom policy. Sadly, XML is not well covered in the JavaScript world, which justifies the backend part below.
  • backend: A Spring Boot application with Spring Web to enable the use of REST APIs. All the jobs related to XML handling are done by this service.

To start using this project, just execute the command:

docker-compose up

Then access http://localhost:3000/, and you're good to go!

Project details

More to come soon πŸ‘€.

Links

About Azure AD B2C:

Interesting ones to build this project in terms of technology I'm using:

Issues

About

Tired of manually editing XML files? Stop hurting yourself πŸ‘‹! Design your custom policy through this small, but honest and simple project 🀏

Topics

Resources

License

Stars

Watchers

Forks