Skip to content

Commit f76f5ba

Browse files
authored
Merge pull request #4082 from chrisguindon/cguindon/main/update-keycloak-configs
Switch authentication from current OAuth to use Keycloak
2 parents eaaac03 + dec72cc commit f76f5ba

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

configuration/application.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,8 @@ spring:
5959
scope: openvsx_publisher_agreement, profile
6060
provider:
6161
eclipse:
62-
authorization-uri: https://accounts.eclipse.org/oauth2/authorize
63-
token-uri: https://accounts.eclipse.org/oauth2/token
64-
user-info-uri: https://accounts.eclipse.org/oauth2/UserInfo
65-
user-name-attribute: name
66-
user-info-authentication-method: header
67-
62+
issuer-uri: https://auth-staging.eclipse.org/realms/community-staging
63+
user-name-attribute: preferred_username
6864
management:
6965
server:
7066
port: 8081

0 commit comments

Comments
 (0)