🔧(config) allow more affiliations

We agreed with RENATER to allow people having one of the following
affiliations: faculty, staff, employee, researcher, teacher.
This commit is contained in:
Jonathan Perret
2025-03-11 15:42:27 +01:00
parent b839c32b50
commit 6bbcd95069
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ and this project adheres to
## Unreleased
- upgrade to SATOSA 8.5.1
- allow faculty, staff, employee, researcher, teacher affiliations
## [1.0.5] - 2025-03-06
- add allowlist for URL paths to nginx ingress
@@ -13,4 +13,8 @@ config:
# later in the PrimaryIdentifier processor.
- ".+"
eduPersonAffiliation:
- "^faculty$"
- "^staff$"
- "^employee$"
- "^researcher$"
- "^teacher$"