|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

@kohsuke - I am also effected by this issue. I looked into the GitHub OAuth API v3 web application flow @ https://developer.github.com/v3/oauth/#web-application-flow . I could not find a way to logout the current user or otherwise forcibly revoke the OAuth token. It seems the only way to do this is to navigate to https://github.com/settings/applications and click "Revoke" under the applicable entry in the "Authorized Applications" section.
As a workaround, would you please point me in the right direction on how I could modify the github-oauth plugin to disable display of the "logout" link in the web ui? I'm happy to create a patch for this, however, I'm still new to the Jenkins source tree and don't know where to start with this change.