Navigation Menu

Skip to content

Releases: vaulttec/sonar-auth-oidc

v2.1.1

24 Oct 16:30
Compare
Choose a tag to compare

This release fixes some issues with the newly added auto-login servlet filter.

Fixed Issues:

#54 #55 #57 #58

v2.1.0

12 Sep 18:24
Compare
Choose a tag to compare

This release adds support for validation of the ID token, group name retrieval from the IdP's userinfo endpoint and auto-login (automatic redirect to IdP's login page).

Fixed Issues:

#40 #44 #45

v2.0.0

04 Apr 18:58
Compare
Choose a tag to compare

This release introduces several breaking changes:

  • starting with SonarQube 8.0 the UserInfo field login is for internal use only (causing failed logins from this plugin) #31
    A new SonarQube user's login is always auto-generated by SonarQube. So the plugin's login strategy is only used for the user's provider login.
  • instead storing the provider metadata in the plugin's configuration the metadata is now retrieved from the provider #23
    This change introduces an additional network trip to the provider during every login.
  • the list of OAuth scopes (even the always required "openid") used by the plugin is fully configurable now #30

Fixed Issues:

#23 #28 #30 #31 #27

v1.1.0

03 Nov 00:21
Compare
Choose a tag to compare

This release adds support for changing the login button's text, icon and background color. A new login generation strategy (custom claim) and support for additional scopes was added as well.

Fixed Issues:

#16 #18 #19 #27

v1.0.4

10 May 21:47
Compare
Choose a tag to compare

This release adds support for using the email in the login name generation strategy and provides additional checks for the required user info claims.

Fixed Issues:

#8 #10

v1.0.3

10 Feb 21:46
Compare
Choose a tag to compare

This release adds support for setting the name of the userinfo claim holding the group names used for groups sync.

Fixed Issues:

#5

v1.0.2

20 Jan 18:31
Compare
Choose a tag to compare

This release adds support for ID tokens without user information.

Fixed Issues:

#3

v1.0.2-RC

16 Jan 00:17
Compare
Choose a tag to compare
v1.0.2-RC Pre-release
Pre-release

This release adds support for ID tokens without user information.

Fixed Issues:

#3

v1.0.1

11 Jan 22:18
Compare
Choose a tag to compare

No new features - improved documentation and debug logging only.

Fixed Issues:

#1 #2

v1.0.1-RC2

07 Jan 01:40
Compare
Choose a tag to compare
v1.0.1-RC2 Pre-release
Pre-release

No new features or bugfixes - only additional unit tests