You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## 8.2.0 (2022-11-17)
4
+
5
+
- attribute_authorization: new configuration options `force_attributes_presence_on_allow` and `force_attributes_presence_on_deny` to enforce attribute presence enforcement
6
+
- saml2 backend: new configuration option `acs_selection_strategy` to support different ways of selecting an ACS URL
7
+
- saml2 backend: new configuration option `is_passive` to set whether the discovery service is allowed to visibly interact with the user agent.
8
+
- orcid backend: make the name claim optional
9
+
- apple backend: retrieve the name of user when available.
10
+
- openid_connect frontend: new configuration option `sub_mirror_subject` the set sub to mirror the subject identifier as received in the backend.
11
+
- openid_connect frontend: check for empty `db_uri` before using it with a storage backend
12
+
- attribute_generation: try to render mustach tempate only on string values
13
+
- logging: move cookie state log to the debug level
14
+
- chore: fix non-formatting flake8 changes
15
+
- tests: remove dependency on actual MongoDB instance
16
+
- build: update links for the Docker image on Docker Hub
17
+
- docs: properly document the `name_id_format` and `name_id_policy_format` options
18
+
- docs attribute_generation: correct example configuration
19
+
- docs: fix mailing list link.
20
+
- docs: fix typos and grammar
21
+
22
+
3
23
## 8.1.1 (2022-06-23)
4
24
5
25
- OIDC frontend: Set minimum pyop version to v3.4.0 to ensure the needed methods are available
0 commit comments