Jijo Joseph
Jijo Joseph
Hi , This is not bug , but needs a help on how to do this feature  . I have a web app (Flask ) A created by...
any example also would do. Thanks.
Hi All I have found a repository doing the same [Link](https://github.com/Azure-Samples/ms-identity-python-webapi-azurefunctions/tree/master/Function/secureFlaskApp) . The token I was able to get through following this [link](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#first-case-access-token-request-with-a-shared-secret) and restructed my app like the [secureFlaskApp](https://github.com/Azure-Samples/ms-identity-python-webapi-azurefunctions/tree/master/Function/secureFlaskApp)....