Azure-Samples / ms-identity-python-webapp

A Python web application calling Microsoft graph that is secured using the Microsoft identity platform
MIT License
291 stars 138 forks source link

Reorder config vars + comment edit #32

Closed mmacy closed 4 years ago

mmacy commented 4 years ago

Reordering the config variables a bit to align more closely with how they're typically presented in the quickstarts and tutorials on docs.microsoft.com.

No variable names or values are modified, just their order and the comments surrounding them.

EDIT: Also updated are the user flow variable values to match the casing (UPPERcase) of the B2C_1_ prefix added automatically when creating a user flow in the Azure portal.

mmacy commented 4 years ago

Ready for final review and merge if LGTY, @rayluo - thanks for the call-outs!