Jijo Joseph

Results 3 comments of Jijo Joseph

Hi , This is not bug , but needs a help on how to do this feature ![to github](https://user-images.githubusercontent.com/43375022/77392354-bbcacd00-6dc0-11ea-878f-fef23cdef09b.png) . 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)....