We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76f5ba commit b6f87c4Copy full SHA for b6f87c4
configuration/application.yml
@@ -59,8 +59,11 @@ spring:
59
scope: openvsx_publisher_agreement, profile
60
provider:
61
eclipse:
62
- issuer-uri: https://auth-staging.eclipse.org/realms/community-staging
63
- user-name-attribute: preferred_username
+ authorization-uri: https://accounts.eclipse.org/oauth2/authorize
+ 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
management:
68
server:
69
port: 8081
@@ -158,7 +161,6 @@ bucket4j:
158
161
time: 1
159
162
unit: seconds
160
163
ovsx:
- blocklist: '(.*\.)?windsurf\.com'
164
storage:
165
primary-service: azure-blob
166
webui:
0 commit comments