Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs help on Securing a web app #58

Closed
dsjijo opened this issue Mar 23, 2020 · 2 comments
Closed

Needs help on Securing a web app #58

dsjijo opened this issue Mar 23, 2020 · 2 comments
Labels
answered question Further information is requested

Comments

@dsjijo
Copy link

dsjijo commented Mar 23, 2020

Hi ,

This is not bug , but needs a help on how to do this feature.
I have a web app (Flask ) A created by following this tutorial. Link
And I have another website B hosted in another host provider and trying to access above api from B.
I added CORS in A but want to impliment an oAuth2 in azure . how to do that?
I am looking a scenario where credentials prompt is not shown . like a deamon app it should be able to get the token.
I am new to all these. Hope you got what am i looking into.

@jmprieur
Copy link
Collaborator

@dsjijo : this repo is for .NET
we have a request for Python here: AzureAD/microsoft-authentication-library-for-python#147

@jmprieur jmprieur added answered question Further information is requested labels Mar 23, 2020
@dsjijo
Copy link
Author

dsjijo commented Mar 25, 2020

Hi @jmprieur
Thanks for the reply . I have checked the same and found that it would be in the enhancement plan. BTW I have found another repository doing the same Link .

The token I was able to get through following this link and restructed my app (API_AUDIENCE was changed to Application ID URI ) from the secureFlaskApp.

Thanks for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants