forked from SonarSource/sonar-update-center-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
authoidc.properties
32 lines (27 loc) · 1.91 KB
/
authoidc.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
category=Integration
description=Delegate authentication using the OpenID Connect protocol
homepageUrl=https://github.com/vaulttec/sonar-auth-oidc
archivedVersions=1.0.4,1.1.0,2.0.0
publicVersions=2.1.0
defaults.mavenGroupId=org.vaulttec.sonarqube.auth.oidc
defaults.mavenArtifactId=sonar-auth-oidc-plugin
2.1.0.description=Adds support for validation of the ID token, group name retrieval from the IdP's userinfo endpoint and auto-login
2.1.0.sqVersions=[7.9,9.0]
2.1.0.date=2021-09-12
2.1.0.changelogUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/tag/v2.1.0
2.1.0.downloadUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.0/sonar-auth-oidc-plugin-2.1.0.jar
2.0.0.description=Breaking changes: user's login is always auto-generated by SonarQube, provider metadata is retrieved from the provider and the list of OAuth scopes is fully configurable
2.0.0.sqVersions=[7.9,9.0]
2.0.0.date=2020-04-04
2.0.0.changelogUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/tag/v2.0.0
2.0.0.downloadUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.0.0/sonar-auth-oidc-plugin-2.0.0.jar
1.1.0.description=Adds support for changing the login button's text, icon and background color, and provides a new login generation strategy (custom claim) and support for additional scopes
1.1.0.sqVersions=7.9
1.1.0.date=2019-11-03
1.1.0.changelogUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/tag/v1.1.0
1.1.0.downloadUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/download/v1.1.0/sonar-auth-oidc-plugin-1.1.0.jar
1.0.4.description=Adds support for using the email in the login, and provides additional checks for the required user info claims
1.0.4.sqVersions=[7.9,7.9.*]
1.0.4.date=2018-05-10
1.0.4.changelogUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/tag/v1.0.4
1.0.4.downloadUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/download/v1.0.4/sonar-auth-oidc-plugin-1.0.4.jar