Git Product home page Git Product logo

Comments (2)

wklken avatar wklken commented on May 1, 2024

日志图重复了, 所以没法确认问题


登录的逻辑:
1 登录页面 -> 2 登录成功 -> 3 在域下面写登录态cookie -> 4 跳转到saas -> 5 saas从域下读取登录态cookie - > 6 saas拿bk_token, 调用登录服务, 校验登录态 -> 7 调用失败或者校验失败, saas又跳回登录页面

无限登录原因:

  • 6 拿不到bk_token, 此时需要确认登录态写的域是否一致
  • 7 调用登录接口失败(这个saas会打日志)
  • 7 调用登录接口成功, 但是登录态非法(这个saas会打日志)

具体通过日志定位下


开源版替换社区版我们有提供相关文档: https://bk.tencent.com/docs/document/5.1/20/630#osed

社区版有相关的运维工具, 开源版只有相关文档参考, 但是开源版相对更透明;

对社区版熟悉的话建议迁移, 没有使用过社区版的话建议全新部署

from bk-paas.

wklken avatar wklken commented on May 1, 2024

登录对接逻辑 https://bk.tencent.com/docs/document/6.0/130/5925
如果有问题再重新开启

from bk-paas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.