pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
https://wrapt.dev
MIT License
1.12k stars 65 forks source link

Is there an example to use with Azure B2C auth? #134

Closed biapar closed 6 months ago

biapar commented 6 months ago

Is there an example to use with Azure B2C auth?

pdevito3 commented 6 months ago

No, but you should just be able to do a standard .NET implementation with no issues. There's no novelty to the IDP setup in a project that craftsman scaffolds out.

As far as permissions, you can set up the user policy handler to do whatever makes sense for your use case

biapar commented 6 months ago

Ok. I'll try. Thanks.