记录一下spring security+oauth2 指定登陆后跳转路径失败原因

真的太坑了。。 授权码模式的访问路径应该是 localhost:40400/auth/oauth/authorize? client_id=XcWebApp&response_type=code&scop=app&redirect_uri=http://localhost+返回的授权码。 而我直接输入了localhost:40400/auth/login。。跳转的登录界面是一模一样的。 然后我就奇
相关文章
相关标签/搜索