Releases: vaulttec/sonar-auth-oidc
Releases · vaulttec/sonar-auth-oidc
v2.1.1
This release fixes some issues with the newly added auto-login servlet filter.
Fixed Issues:
#54 #55 #57 #58
v2.1.0
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
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
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
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
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
This release adds support for ID tokens without user information.
Fixed Issues:
#3
v1.0.2-RC
This release adds support for ID tokens without user information.
Fixed Issues:
#3
v1.0.1
No new features - improved documentation and debug logging only.
Fixed Issues:
#1 #2
v1.0.1-RC2
No new features or bugfixes - only additional unit tests