Skip to content

Commit ef02897

Browse files
authored
Merge pull request #4083 from amvanbaren/fix-issuer-url
fix issuer url
2 parents 1d14a5d + a88b18e commit ef02897

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

configuration/application.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +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
62+
issuer-uri: https://auth-staging.eclipse.org/auth/realms/community-staging
63+
user-name-attribute: preferred_username
6764
management:
6865
server:
6966
port: 8081

0 commit comments

Comments
 (0)