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.
2 parents eaaac03 + dec72cc commit f76f5baCopy full SHA for f76f5ba
configuration/application.yml
@@ -59,12 +59,8 @@ spring:
59
scope: openvsx_publisher_agreement, profile
60
provider:
61
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
-
+ issuer-uri: https://auth-staging.eclipse.org/realms/community-staging
+ user-name-attribute: preferred_username
68
management:
69
server:
70
port: 8081
0 commit comments