Forum Discussion
egidiotorresi
Apr 19, 2024Copper Contributor
Resolving AADB2C90205 error during immediate sign-in with new Azure B2C App Registration
We are developing a multi-tenant application where users can request new business tenants through the main domain by specifying a subdomain for each. We use Graph API to automate the creation of spec...
Kidd_Ip
Feb 13, 2025MVP
Try this:
- Retry Logic: Implement retry logic in your application to handle the delay gracefully. You can retry the sign-in process after a short interval (e.g., 30 seconds to a minute).
- Monitoring: Monitor the status of the App Registration and check for propagation completion before attempting sign-in.
- Graph API Updates: Use Microsoft Graph API to update the App Registration details, as it might propagate changes faster than the Azure portal.