- 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).
nonce
parameter is provided in both get_authorization_request_url(..., nonce=...)
and acquire_token_by_authorization_code(..., nonce=...)
method, so that you can use them to mitigate replay attacks, per OIDC specs. (#128, #173).
Don't miss a new microsoft-authentication-library-for-python release
NewReleases is sending notifications on new releases.