fastapi-azure-auth icon indicating copy to clipboard operation
fastapi-azure-auth copied to clipboard

Easy and secure implementation of Azure Entra ID (previously AD) for your FastAPI APIs 🔒 B2C, single- and multi-tenant support.

Results 20 fastapi-azure-auth issues
Sort by recently updated
recently updated
newest added

This PR is regarding only improving the UnitTests(adding some parametrized tests). Keep in mind behavior and the number of the tests are the same. Just removing not needed noise in...

We are using this to keep the unit tests small and simple and I thought it may be helpful for others. Based on the username and the assigned ActiveDirectory role...

documentation
enhancement

The documentation is sufficient for building an API that runs in a local development environment - but I suppose that setting oauth2-redirect to a real domain instead of localhost is...

documentation
enhancement

**Describe the feature you'd like** It would be nice to have the framework allow more than one API scope. The case where this is needed, is if you have multiple...

enhancement

With lastest version of FastAPI and Pydantic, When I got an access token from Azure, in the claims, the value for `acct` is a int to `0`, but fastapi-azure-auth is...

question

**Describe the bug** I am trying to migrate from FastAPI 0.96 to 0.97 and have ```azure_scheme``` as a dependency to protect my WebSocket connection. I think some changes were introduced...

question

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

I'm sorry for the mess! I've somehow managed to destroy my previous PR #154 and have created this one to fix the history problems. Sorry for the chaos. :( I...

HACKTOBERFEST-ACCEPTED

in regards to https://github.com/Intility/fastapi-azure-auth/issues/150 I am getting warnings about the field_validator. I'm not sure if we want to have some future proofing around the validator warning. This change cleans up...