-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix scopes joining #7706
Fix scopes joining #7706
Conversation
core/trino-main/src/main/java/io/trino/server/security/oauth2/ScribeJavaOAuth2Client.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just as the @kokosing said, a test would be welcomed.
07d833a
to
0e6e41b
Compare
I've added a test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for test. Verified locally and it works as expected.
...ino-main/src/test/java/io/trino/server/security/oauth2/TestDynamicCallbackOAuth2Service.java
Outdated
Show resolved
Hide resolved
...ino-main/src/test/java/io/trino/server/security/oauth2/TestDynamicCallbackOAuth2Service.java
Outdated
Show resolved
Hide resolved
core/trino-main/src/main/java/io/trino/server/security/oauth2/ScribeJavaOAuth2Client.java
Outdated
Show resolved
Hide resolved
0e6e41b
to
e232c5d
Compare
Should I be concerned? Not sure what tests produced that. |
It looks like testng stopped by JVM didn't quit. |
CI hit: #7783 |
CI hit: #7805 |
Multiple OAuth2 scopes should be space-separated
e232c5d
to
c0a1f10
Compare
Multiple OAuth2 scopes should be space-separated