forked from SonarSource/sonar-update-center-properties
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthoidc.properties
26 lines (22 loc) · 1.43 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
category=Integration
description=Delegate authentication using the OpenID Connect protocol
homepageUrl=https://github.com/vaulttec/sonar-auth-oidc
archivedVersions=2.0.0,2.1.0
publicVersions=2.1.1
defaults.mavenGroupId=org.vaulttec.sonarqube.auth.oidc
defaults.mavenArtifactId=sonar-auth-oidc-plugin
2.1.1.description=Fixes some issues with the newly added auto-login servlet filter
2.1.1.sqVersions=[8.9,LATEST]
2.1.1.date=2022-01-07
2.1.1.changelogUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/tag/v2.1.1
2.1.1.downloadUrl=https://github.com/vaulttec/sonar-auth-oidc/releases/download/v2.1.1/sonar-auth-oidc-plugin-2.1.1.jar
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=[8.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=[8.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