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 1d14a5d + a88b18e commit ef02897Copy full SHA for ef02897
configuration/application.yml
@@ -59,11 +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
+ issuer-uri: https://auth-staging.eclipse.org/auth/realms/community-staging
+ user-name-attribute: preferred_username
67
management:
68
server:
69
port: 8081
0 commit comments