Releases: sventorben/keycloak-home-idp-discovery
v20.0.0
- [deps] Update Keycloak dependencies to 20.0.0
- [refactor] Remove deprecated REST resources
⚠️ Compatibility issues:Due to changes in the
IdentityBrokerState
this extension will no longer be backwards compatible with Keycloak versions < 20.x.
For details please see keycloak/keycloak#10227
v19.1.0
- [deps] Update Keycloak dependencies to 19.0.1
- [feat] Support custom user attribute to lookup email address.
This may be useful if you want to redirect users based on their User Principal Name (UPN) instead of their email address. - [feat] Support different domains per user attribute.
This may be useful if you want to add multiple instances of the authenticator using different user attributes. For example, you may add an authenticator that is using email domains while another is using UPN domains. - [refactor] Mark REST resources as deprecated. Resources will be removed in future versions.
v19.0.0
- Update Keycloak dependencies to 19.0.0
⚠️ Compatibility issues:Due to changes in the
KeycloakSession
this extension will no longer be backwards compatible with Keycloak versions < 19.x.
For details please see https://www.keycloak.org/2022/07/keycloak-1900-released#_changes_in_keycloaksession
⚠️ Production readiness:This is a pre-release and not production ready, yet.
Consider this to be a proof of concept for now.
v18.0.0
- Update Keycloak dependencies to 18.0.0
⚠️ Production readiness:This is a pre-release and not production ready, yet.
Consider this to be a proof of concept for now.
v17.0.0
- Update Keycloak dependencies to 17.0.0
- Drop support for legacy Wildfly-based Keycloak distro
- Drop compatibility tests for Keycloak versions prior to 17.0.0
⚠️ Production readiness:This is a pre-release and not production ready, yet.
Consider this to be a proof of concept for now.
v16.0.0
- Update Keycloak dependencies to 16.0.0
⚠️ Production readiness:This is a pre-release and not production ready, yet.
Consider this to be a proof of concept for now.
v15.0.0
- Initial version
⚠️ Production readiness:This is a pre-release and not production ready, yet.
Consider this to be a proof of concept for now.