oauth
2022-05-27 17:32:33 7 举报
oauth
作者其他创作
大纲/内容
https://192.168.4.208:31015/csf?code=36db0f0fdeca5568e34f1823a2d81e59f820ca4cc9f9ff49d3a1bfd17bdf5285&from=cloud
5.https://192.168.4.208:31390/uaa/oauth/authorize?response_type=code&client_id=63if2nST&scope=all&state=U7ipUNgZE4m9r7X3gSyYhx1iT-5G0b60LqctdlZ9HE%3D&redirect_uri=https://192.168.4.208:31015/csf/authentication/oauth/ssologin&code=4a8f7b4bb669e02f2612801d37d040fe8b6710db4a097cdef9b6fb2f43a7344c
302
用户点击应用
用户
8.该请求被OAuth2LoginFilter拦截并通过携带的参数查出oauthUser信息,最终在AuthorizationServiceImpl中通过oauthUser信息构造出自己的acess_token
4.该请求被OAuth2AuthorizationRequestRedirectFilter拦截,获取authorizationRequest,再次重定向uaa请求授权
3.https://192.168.4.208:31015/oauth2/authorization/sso-login?code=36db0f0fdeca5568e34f1823a2d81e59f820ca4cc9f9ff49d3a1bfd17bdf5285
9.https://192.168.4.208:31015/csf/dist/app/app.html?access_token=61119f09-cb81-4ba5-8a50-1c4943813d10&code=4a8f7b4bb669e02f2612801d37d040fe8b6710db4a097cdef9b6fb2f43a7344c
7.https://192.168.4.208:31015/oauth2/authorization/sso-login?token_code=34f1823a2d81e59f820ca4cc9f9ff49d3a1bfd17bdf5285&code=xxxxxxxxxxxxxxx&statue=xxxxx
6.该请求被OAuth2LoginProcessingFilter拦截,并通过code获取用户信息,最后通过AuthorizationEndPoint,返回回ModelAndView并再次重定向
303
Elog
云平台
携带token访问应用
2.该请求被AssignedSSOLoginFilter过滤器拦截,该过滤器判断是否需要单点登录,如果需要则调用CustomAuthorizationEntryPoint.commence()方法进行重定向
0 条评论
下一页