Setting up Bonobo 5.0.0 with Windows authentication

元气小坏坏 提交于 2019-12-11 23:04:22

问题


I'm trying to install Bonobo 5.0.0 on Windows 7 + IIS 7.5 with Windows authentication.

When I go to the homepage (http://domain/bonobo), I'm prompted for my Windows username/password and after that it redirects back to the root to look for a route called windowsAuthCallback:

http://domain/windowsAuthCallback?id=xxx

Obviously this gives me a 404 error.

I have authentication set to 'anonymous' in IIS and 'Windows' in the Bonobo web.config and I'm not sure what I'm doing wrong.

UPDATE

Not sure if this is related... I have an existing Bonobo installation on the same server and I'm installing Bonobo 5 fresh as a new application. After running into the issue I described, trying to open the original Bonobo app gives me the following error:

Unable to find an entry point named 'sqlite3_open_interop' in DLL 'SQLite.Interop.dll'.

Restarting IIS resolves the issue and I can access my old Bonobo app again.


回答1:


This commit should resolve the windowsAuthCallback redirecting to root: https://github.com/jakubgarfield/Bonobo-Git-Server/commit/852563e2e1f969abca008b8be798c265a52f4d81




回答2:


A workaround for this issue along with a link to the commit that resolves it can be found on the following page:

https://github.com/jakubgarfield/Bonobo-Git-Server/issues/333



来源:https://stackoverflow.com/questions/33286929/setting-up-bonobo-5-0-0-with-windows-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!