We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you please add example how to use requires_scope():
requires_scope()
ms-identity-python-webapi-azurefunctions/Function/secureFlaskApp/__init__.py
Line 127 in 83a67bd
The text was updated successfully, but these errors were encountered:
Yes, I would ask the same, notice also that the access token must be produced with a scope/claim otherwise the aud of the access token won't be correct, see https://stackoverflow.com/questions/74886417/azure-authentication-access-token-returning-wrong-aud00000003-0000-0000-c000
aud
Sorry, something went wrong.
No branches or pull requests
Could you please add example how to use
requires_scope()
:ms-identity-python-webapi-azurefunctions/Function/secureFlaskApp/__init__.py
Line 127 in 83a67bd
The text was updated successfully, but these errors were encountered: