Fastapi-msal

Latest version: v2.1.5

Safety actively analyzes 623274 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.1.5

What's Changed
* provide opportunity to declare redirect_uri from config. PR 35 by colivi
* Fix: Missing "groups" property on IDTokenClaim. Issue 36 by JakobKristoffersenATP

Contributors
* colivi made their first code contribution
* JakobKristoffersenATP helped with creating and verification of the issue

**Full Changelog**: https://github.com/dudil/fastapi_msal/compare/2.1.4...2.1.5

2.1.4

Merge PR by timovp

2.1.3

Patch issue 32

This release also adds the ability to provide your own custom B2C policy by setting the b2c_policy parameter in MSALClientConfig.
This is an optional change and should not affect your current code implementation.

2.1.2

Added IDTokenClaims to complete the list from the MS documentation:
https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference

These now include the "roles" claim asked by steffenschumacher - Close 11

2.1.1

Added fixes and enhancements to the authorization checks.
- Return 401 instead of 500 in case of expired token
- Better validation process to support more clear validation errors as enum instead of general error
- Added ability to specifically request callback page after logout (not only per referrer header)
- Refactor of methods signature to target few lint warnings

Thank you rmwesley and u-iandono for your support and comments.

2.1

Added the ability to use MSALSchema.scheme as Security Dependency when using server-side session to save auth keys (in addition to JWT support.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.