This commit is contained in:
Hong Ooi 2019-05-05 11:42:48 +10:00
Родитель 0970605211
Коммит ec8177e89e
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,8 @@
# AzureAuth 1.0.2.9000
* Support providing a certificate via a PEM file, or an AzureKeyVault object.
* Support providing a path in the aad_host argument, for B2C logins.
* Much improved support for authenticating with a certificate. In the `certificate` argument, specify either the name of a PEM/PFX file, or an AzureKeyVault object representing a cert.
* Support providing a path in the aad_host argument, for Azure B2C logins. Note that B2C requires https redirect URIs, which are not currently supported by httpuv; rather than the authorization_code flow, use device_code or client_credentials.
* Fix bug that prevented `token_args` argument from being passed to the token endpoint.
# AzureAuth 1.0.2