[ https://issues.apache.org/jira/browse/GEODE-7851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090085#comment-17090085 ]
ASF GitHub Bot commented on GEODE-7851: --------------------------------------- jinmeiliao commented on a change in pull request #4977: URL: https://github.com/apache/geode/pull/4977#discussion_r413403957 ########## File path: geode-pulse/build.gradle ########## @@ -50,7 +50,9 @@ dependencies { // Needed to fully use log4j instead of commons-logging. implementation('org.apache.logging.log4j:log4j-jcl') implementation('org.apache.logging.log4j:log4j-api') -// implementation('org.apache.logging.log4j:log4j-core') + implementation('org.apache.logging.log4j:log4j-slf4j-impl') { Review comment: probably it would be good to do this in a separate PR so that we can backport this to support branches. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Pulse should support OAuth2 authorization code flow > --------------------------------------------------- > > Key: GEODE-7851 > URL: https://issues.apache.org/jira/browse/GEODE-7851 > Project: Geode > Issue Type: New Feature > Components: docs, pulse > Reporter: Jinmei Liao > Assignee: Dale Emery > Priority: Major > Time Spent: 12h 10m > Remaining Estimate: 0h > > Instead of using username/password to log in to pulse, pulse should redirect > to a configured authentication provider to get access token to login. -- This message was sent by Atlassian Jira (v8.3.4#803005)