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

AppCreationScripts\Configure.ps1 error #24

Closed YannMSFT closed 3 years ago

YannMSFT commented 4 years ago

While executing the script from the main folder (as suggested in the README file), it returns an error, trying to get content from ..\app_config.py (the file being in fact in the current folder).

I guess the $configFile variable in "configure.ps1:228" should be set as $pwd.Path + "\app_config.py" Rather than $pwd.Path + "..\app_config.py"

No problem while executing the script from the AppCreationScripts folder.

rayluo commented 4 years ago

@jmprieur @abhidnya13 Can one of you take a look here? Thanks

idg-sam commented 3 years ago

Merged https://github.com/Azure-Samples/ms-identity-python-webapp/pull/43 Thanks @YannMSFT