Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17289b1040 | |||
| 0580ec6d7e | |||
| 4b5bd5757c | |||
| 61680de401 |
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
||||
and this project adheres to
|
||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.3] - 2024-09-02
|
||||
- set SAML signing algorithm to use SHA256 for compatibility with AccessCheck
|
||||
|
||||
## [1.0.2] - 2024-07-22
|
||||
- check the scope of returned eduPersonPrincipalNames
|
||||
- require "employee" value in eduPersonAffiliation
|
||||
|
||||
@@ -47,6 +47,13 @@ Finally, you can check all available Make rules using:
|
||||
$ make help
|
||||
```
|
||||
|
||||
## Creating a release
|
||||
|
||||
1. Update `CHANGELOG.md` to change the `Unreleased` header to the new version
|
||||
number and date.
|
||||
2. Commit and push to `main`.
|
||||
3. Create a `vX.Y.Z` tag from `main` and push it.
|
||||
|
||||
## Contributing
|
||||
|
||||
This project is intended to be community-driven, so please, do not hesitate to
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: lasuite/oidc2fer
|
||||
pullPolicy: Always
|
||||
tag: "v1.0.1"
|
||||
tag: "v1.0.2"
|
||||
|
||||
satosa:
|
||||
replicas: 2
|
||||
|
||||
@@ -38,6 +38,7 @@ config:
|
||||
height: '200'
|
||||
authn_requests_signed: true
|
||||
want_response_signed: true
|
||||
signing_algorithm: 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256'
|
||||
allow_unsolicited: true
|
||||
name_id_format:
|
||||
- urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
|
||||
|
||||
Reference in New Issue
Block a user