MSAL Python 1.2.0
- New
nonce
parameter is provided in bothget_authorization_request_url(..., nonce=...)
andacquire_token_by_authorization_code(..., nonce=...)
method, so that you can use them to mitigate replay attacks, per OIDC specs. (#128, #173).