Setting up Bonobo 5.0.0 with Windows authenticatio

2019-08-30 03:15发布

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.

2条回答
SAY GOODBYE
2楼-- · 2019-08-30 03:39

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

查看更多
Fickle 薄情
3楼-- · 2019-08-30 03:42

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

查看更多
登录 后发表回答