nastra commented on code in PR #10314: URL: https://github.com/apache/iceberg/pull/10314#discussion_r1665172068
########## core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java: ########## @@ -738,13 +738,21 @@ private static AuthSession fromTokenResponse( long startTimeMillis, AuthSession parent, String credential) { + // issued token type is not present in every OAuth2 response: Review Comment: ```suggestion // issued_token_type is required in RFC 8693 but not in RFC 6749, thus assume type is access_token for compatibility with RFC 6749. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org