Git Product home page Git Product logo

Comments (5)

yangxiufeng666 avatar yangxiufeng666 commented on July 26, 2024

@zengjuemin 表oauth_client_detail下的client_secret用BCryptPasswordEncoder加密一下。

from micro-service-skeleton.

zengjuemin avatar zengjuemin commented on July 26, 2024

关于上述问题,在fank 帮助下,已经解决了,主要原因就是这一次升级后数据库脚本发生很大变化,原来rc_开头的表,全部换成sys_开头了,另外,原来oauth_client_details 表 webApp那条记录密码由原来的webApp换成123456再加密的!在此感谢fank,同时在这里也提出下一个问题就是monitor那个工程现在是不是不能用了,一是pom.xml注了zipkin的全部,二是MonitorApplication的注解@EnableZipkinServer出错!
望各位同仁或已解决了朋友,提出指教一下!

from micro-service-skeleton.

AkiraRex avatar AkiraRex commented on July 26, 2024

我也遇到了同样的问题,http://localhost:9030/uaa/oauth/token时status=401
但是直接访问授权中心http://localhost:9060/oauth/token时,是可以正确返回token的,
请问是什么问题呢

from micro-service-skeleton.

yangxiufeng666 avatar yangxiufeng666 commented on July 26, 2024

@AkiraRex
zuul会过滤点敏感的Header,不会下发到后面的服务,需要打开
zuul:
routes:
uaa:
sensitiveHeaders:

from micro-service-skeleton.

AkiraRex avatar AkiraRex commented on July 26, 2024

非常感谢,我已经发现是这个问题了。谢谢

from micro-service-skeleton.

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.