The logout is missing when using Windows Authentication mode.
552 views
Skip to first unread message
Bonobo Git Server
unread,
Nov 23, 2013, 3:08:22 AM11/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bonobo-g...@googlegroups.com
I miss the logout button on the top of the page when using Windows Authentication. Is it possible to log out?
Jakub Chodounský
unread,
Nov 23, 2013, 3:09:02 AM11/23/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bonobo-g...@googlegroups.com
The logout is disabled for Windows and Basic Authentication - IIS is in charge of handling the authentication.
Ivan Gavryliuk
unread,
Apr 22, 2014, 7:29:50 AM4/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bonobo-g...@googlegroups.com
This is really frustrating, users can't log out and log in with a different username with windows auth. Remember that some users open website outside of the domain.
For example Outlook Web Access from Microsoft has a log out option and it is using windows auth.
Jakub Chodounský
unread,
Apr 22, 2014, 4:07:13 PM4/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bonobo-g...@googlegroups.com
The logic behind OWA could be different and the program might be looking in AD directly and not through the IIS. At the moment, everything works out of the box automatically. However, I can take a look at it. (https://github.com/jakubgarfield/Bonobo-Git-Server/issues/112)
Ivan Gavryliuk
unread,
Apr 28, 2014, 4:33:03 AM4/28/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bonobo-g...@googlegroups.com
Thanks,
I'm not sure if that is my fault, maybe I had to play more with authentication settings in IIS (I think installer would be beneficial if the project gets more popularity). I had to revert to basic authentication and now a happy user again.