I’ve been working with Azure B2C (Microsoft Entra B2C ?) for a while. I mainly create APIs tho, so I never thought of creating an app registration for the front end and another for the backend. A really good insight to make, I feel like it’s the first time I hear the suggestion. It makes total sense, you don’t want the front end to share permissions with your backend, however, I feel like I’ve never seen this suggestion in Microsoft documentation.
How to redirect login based on devmode and production mode?
are you able to use an environment variable to change the redirect uri?
I’ve been working with Azure B2C (Microsoft Entra B2C ?) for a while. I mainly create APIs tho, so I never thought of creating an app registration for the front end and another for the backend. A really good insight to make, I feel like it’s the first time I hear the suggestion. It makes total sense, you don’t want the front end to share permissions with your backend, however, I feel like I’ve never seen this suggestion in Microsoft documentation.
Nice post! If only there was a way to automate the app creation 😉
Hehe I did mention about automating it with Terraform if people were interested 😉