3.3.0 - Support B2C tenants
Features
- Add setting to specify
openid_config_url
in AzureAuthorizationCodeBearerBase to add support for B2C tenants. ( #48 @robteeuwen and @JonasKs ) - Use
python-jose
to load JWK, instead ofx5c
-keys loaded withcryptography
. This add support for B2C tenants ( #48 @robteeuwen and @JonasKs )
Other