This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
Releases: flytreeleft/nexus3-keycloak-plugin
Releases · flytreeleft/nexus3-keycloak-plugin
0.4.0-prev0-SNAPSHOT
Update comments
0.3.5-pre0-SNAPSHOT
- Fix
java.lang.NullPointerException: null
error (#34) when the Keycloak generatesauth-server-url
with trailing slashes. Thanks @peschmae for #38. - Always lowercase username to prevent the Nexus3 to create multiple user session for the same user. Note: The Keycloak will ignore the case of username. Thanks @TNorad for #35.
v0.3.4
- Support Keycloak Single Sign On (SSO): sign-in and sign-out are all supported.
- Add source code ('kcX:') to the Keycloak role/group name for distinguishing the same role/group in the different Keycloak realms.
- HTTP header authentication supports to pass user's email as the account identity.
0.3.4-pre2-SNAPSHOT
- HTTP header authentication supports to pass user's email as the account identity
0.3.4-pre1-SNAPSHOT
- Add source code ('kcX:') to the Keycloak role/group name for distinguishing the same role/group in the different Keycloak realms.
0.3.4-pre0-SNAPSHOT
- Support Keycloak Single Sign On (SSO): sign-in and sign-out are all supported.
0.3.3-SNAPSHOT
- Support multiple Keycloak realms.
0.3.3-pre1-SNAPSHOT
Develop: mapping keycloak.0.json to Nexus3
0.3.3-pre0-SNAPSHOT
Develop: support to verify the multiple Keycloak Realms feature
0.3.2-SNAPSHOT
- Support the composite Realm-Roles, Client-Roles and Group-Roles (means all Effective Roles) of Keycloak (Thanks @boardend for PR #8).
- Support to map the Realm-Groups of Keycloak in Nexus3.
- Not show the non-prefixed Client-Roles of Keycloak to make sure all roles/groups are similar with each other.
Note: The existing role-mappings which are created by the old plugin version are still be working as well.