website/docs: add release notes for 2021.6.4
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
bf0141acc6
commit
3e5dfcbd0f
|
@ -139,6 +139,21 @@ slug: "2021.6"
|
||||||
- web/admin: fix only recovery flows being selectable for unenrollment flow in tenant form
|
- web/admin: fix only recovery flows being selectable for unenrollment flow in tenant form
|
||||||
- web/admin: fix text color on pf-c-card
|
- web/admin: fix text color on pf-c-card
|
||||||
|
|
||||||
|
## Fixed in 2021.6.4
|
||||||
|
|
||||||
|
- crypto: show both sha1 and sha256 fingerprints
|
||||||
|
- flows: handle old cached flow plans better
|
||||||
|
- outposts/ldap: add support for boolean fields in ldap
|
||||||
|
- outposts/proxy: always redirect to session-end interface on sign_out
|
||||||
|
- providers/oauth2: add revoked field, create suspicious event when previous token is used
|
||||||
|
- providers/oauth2: deepmerge claims
|
||||||
|
- providers/oauth2: fix CORS headers not being set for unsuccessful requests
|
||||||
|
- providers/oauth2: use self.expires for exp field instead of calculating it again
|
||||||
|
- sources/oauth: create configuration error event when profile can't be parsed as json
|
||||||
|
- stages/user_write: add wrapper for post to user_write
|
||||||
|
- web/admin: fix ModelForm not re-loading after being reset
|
||||||
|
- web/admin: show oauth2 token revoked status
|
||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
This release does not introduce any new requirements.
|
This release does not introduce any new requirements.
|
||||||
|
|
Reference in New Issue