skyma3
skyma3
同样的问题,1.9.9的时候可以,升级到2.11.3 每次都要认证且无法使用
> Are you referring to your current LDAP setup will modify the Authorization header to cause NextChat to not work properly? 我目前还不确定是什么原因导致的,已经回退版本到1.9.9了,感觉像是NextChat把nginx-ldap的cookie给覆盖了一样
问题已经找到了,但是不知道该如何解决 原因是1.9.9版本的access_code是存在请求头的Access-Code中的,而现在的新版本是直接存在了默认的请求头Authorization中,而Authorization是basic_auth的默认key,导致我们使用ldap也好还是basic_auth也好,都会有冲突。
> Authentication via LDAP is a common requirement, and we will investigate possible solutions (e.g. switching to an http header) later. 期待能在新版本解决该问题 ^_^,因为1.9.9版本无法使用gpt-4.
> Authentication via LDAP is a common requirement, and we will investigate possible solutions (e.g. switching to an http header) later. Has this issue been fixed? Or do you have...