Skip to content

3.3.0 - Support B2C tenants

Compare
Choose a tag to compare
@JonasKs JonasKs released this 12 Mar 19:23
· 179 commits to main since this release
b147027

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 of x5c-keys loaded with cryptography. This add support for B2C tenants ( #48 @robteeuwen and @JonasKs )

Other