Releases: InseeFr/Keycloak-FranceConnect
Releases · InseeFr/Keycloak-FranceConnect
7.0.0
What's Changed
- Update BrokeredIdentityContext call to use IdentityProviderModel by @Olivier-Le-Rigoleur-Acc in #113
New Contributors
- @Olivier-Le-Rigoleur-Acc made their first contribution in #113
Full Changelog: 6.5.0...7.0.0
6.5.0
What's Changed
- [ENH] Redefinition of environments by @clement-dufaure in #114
Full Changelog: 6.2.0...6.5.0
6.2.0
UI administration is back !
What's Changed
- Add EIDAS level and FranceConnect environment options in admin console by @lme-atolcd in #103
- [CLEAN] Clean old admin theme by @clement-dufaure in #105
- [UP] Explicit support keycloak 24 by @clement-dufaure in #107
New Contributors
- @lme-atolcd made their first contribution in #103
Full Changelog: 6.1.0...6.2.0
6.1.0
What's Changed
- Update Github Action files & maven dependencies by @mboisnard in #79
- [FIX] Refacto necessary for kc 23 by @clement-dufaure in #101
Full Changelog: 6.0.0...6.1.0
6.0.0
What's Changed
- Clean themes (merge AC/FC themes & remove iron theme) by @mboisnard in #78
- Migrate to keycloak 22 and remove wildfly (jdk17) by @bardyguillaume in #95
- Specification version 6 by @clement-dufaure in #97
New Contributors
- @bardyguillaume made their first contribution in #95
Full Changelog: 5.0.0...6.0.0
5.0.0
What's Changed
- [FIX] Compatibility Keycloak 21 by @clement-dufaure in #86
New Contributors
- @clement-dufaure made their first contribution in #86
Full Changelog: 4.2.0...5.0.0
WARNING
Only retro-compatibility in keycloak 19+, can't configure new provider configuration until next release
4.2.0
4.1.0
- Fix France Connect Provider for keycloak versions > 15.1.0
- Add logout feature when using FranceConnect + (eidas level > 2 or 3)
- Big refactor (thanks to @mboisnard)
4.0.0
- Add support for France Connect + (https://github.com/france-connect/Documentation-FranceConnect-Plus/blob/main/fs/docs-fs.md), required for EIDAS level 2 & 3. (thanks to @CChemin for the help in implementing the decryption part, and @semangard and @remigauthierdocaposte for their help in troubleshooting the various errors)
3.0
- Add AgentConnect Provider
Keycloak does not support ES256 signature with OIDC provider, so we need to verify by ourselves.
AgentConnect publishes the keys on a JWKS URL but for the RSA Key, there is not usage, so we cannot directly
use the keycloak way and need to internalise it to do some null checking.