Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Releases: flytreeleft/nexus3-keycloak-plugin

0.4.0-prev0-SNAPSHOT

04 Feb 12:48
Compare
Choose a tag to compare
0.4.0-prev0-SNAPSHOT Pre-release
Pre-release
Update comments

0.3.5-pre0-SNAPSHOT

04 Feb 08:46
Compare
Choose a tag to compare
0.3.5-pre0-SNAPSHOT Pre-release
Pre-release
  • Fix java.lang.NullPointerException: null error (#34) when the Keycloak generates auth-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

15 Dec 07:42
Compare
Choose a tag to compare
  • 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

30 Sep 13:37
Compare
Choose a tag to compare
0.3.4-pre2-SNAPSHOT Pre-release
Pre-release
  • HTTP header authentication supports to pass user's email as the account identity

0.3.4-pre1-SNAPSHOT

22 Sep 03:44
Compare
Choose a tag to compare
0.3.4-pre1-SNAPSHOT Pre-release
Pre-release
  • 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

29 Jun 17:38
Compare
Choose a tag to compare
0.3.4-pre0-SNAPSHOT Pre-release
Pre-release
  • Support Keycloak Single Sign On (SSO): sign-in and sign-out are all supported.

0.3.3-SNAPSHOT

03 May 05:30
Compare
Choose a tag to compare
0.3.3-SNAPSHOT Pre-release
Pre-release
  • Support multiple Keycloak realms.

0.3.3-pre1-SNAPSHOT

29 Apr 15:12
Compare
Choose a tag to compare
0.3.3-pre1-SNAPSHOT Pre-release
Pre-release
Develop: mapping keycloak.0.json to Nexus3

0.3.3-pre0-SNAPSHOT

29 Apr 15:14
Compare
Choose a tag to compare
0.3.3-pre0-SNAPSHOT Pre-release
Pre-release
Develop: support to verify the multiple Keycloak Realms feature

0.3.2-SNAPSHOT

14 Oct 08:50
Compare
Choose a tag to compare
0.3.2-SNAPSHOT Pre-release
Pre-release
  • 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.