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
- FilterAttributeValues plugin: add new filter types shibmdscope_match_scope and shibmdscope_match_value; add tests
- FilterAttributeValues plugin: add example rules for saml-subject-id and saml-pairwise-id
- FilterAttributeValues plugin: add example rules enforcing controlled vocabulary for eduPersonAffiliation and eduPersonScopedAffiliation attributes
- DecideBackendByRequester plugin: add default_backend setting; add tests; minor fixes
- opend_connect backend: use PyoidcSettings class to configure pyoidc/oic based clients
- ping frontend: minor adjustments and fixes for interface compliance
- tests: update code to use matchers API to mock responses
- examples: improve configuration readability of the primary-identifier plugin
- examples: minor fixes and enhancements for ContactPerson examples for SAML backend and frontend
Signed-off-by: Ivan Kanakarakis <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 8.3.0 (2023-06-08)
4
+
5
+
- FilterAttributeValues plugin: add new filter types shibmdscope_match_scope and shibmdscope_match_value; add tests
6
+
- FilterAttributeValues plugin: add example rules for saml-subject-id and saml-pairwise-id
7
+
- FilterAttributeValues plugin: add example rules enforcing controlled vocabulary for eduPersonAffiliation and eduPersonScopedAffiliation attributes
8
+
- DecideBackendByRequester plugin: add default_backend setting; add tests; minor fixes
9
+
- opend_connect backend: use PyoidcSettings class to configure pyoidc/oic based clients
10
+
- ping frontend: minor adjustments and fixes for interface compliance
11
+
- tests: update code to use matchers API to mock responses
12
+
- examples: improve configuration readability of the primary-identifier plugin
13
+
- examples: minor fixes and enhancements for ContactPerson examples for SAML backend and frontend
14
+
15
+
3
16
## 8.2.0 (2022-11-17)
4
17
5
18
- attribute_authorization: new configuration options `force_attributes_presence_on_allow` and `force_attributes_presence_on_deny` to enforce attribute presence enforcement
0 commit comments