Skip to content

Commit b6f87c4

Browse files
author
amvanbaren
committed
revert blockhosts
1 parent f76f5ba commit b6f87c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

configuration/application.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ spring:
5959
scope: openvsx_publisher_agreement, profile
6060
provider:
6161
eclipse:
62-
issuer-uri: https://auth-staging.eclipse.org/realms/community-staging
63-
user-name-attribute: preferred_username
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
6467
management:
6568
server:
6669
port: 8081
@@ -158,7 +161,6 @@ bucket4j:
158161
time: 1
159162
unit: seconds
160163
ovsx:
161-
blocklist: '(.*\.)?windsurf\.com'
162164
storage:
163165
primary-service: azure-blob
164166
webui:

0 commit comments

Comments
 (0)