Configure Microsoft account integration for official, community and test platforms
Description
The redirect URI generated by Microsoft Azure portal is different for each platform keystore: official, community and test. So, the value needs to be updated at runtime based on the release type found in system properties.
Screenshots
Technical details
Tests
Issues
10 commandments of code reviews
Summary by CodeRabbit
-
New Features
- Introduced new Microsoft OAuth redirect URI configurations for different build types.
- Added a new generator for Microsoft redirect URIs based on application release type.
- Implemented functionality to determine the application's release type.
-
Bug Fixes
- Updated redirect URI handling to improve Microsoft OAuth integration.
Edited by CodeRabbitAI