zoukankan      html  css  js  c++  java
  • spring-oauth-server实践:授权方式1、2、3和授权方式4的token对象.authorities产生方式比较

    授权方式1、2、3和授权方式4的token对象.authorities产生方式不同,

    前者使用user_privillege构建,

    后者直接使用oauth_client_details.authorties构建

    一、授权方式1-3产生的token对象

    1、token对象(authorities=ROLE_USER,ROLE_[USER_PRIVILLEGE])

    org.springframework.security.oauth2.provider.OAuth2Authentication@2b6640ba: Principal: {user={username='mobile', phone='', id='23', guid='612025cb3f964a64a48bbdf77e53c2c1', defaultUser='false', email='mobile@wdcy.cc'}}; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: ROLE_USER, ROLE_MOBILE

     

    二、授权方式4产生的token对象

    1、filters

    2、token对象(authorities=OAUTH_CLIENT_DETAILS.AUTHORTITES

    org.springframework.security.oauth2.provider.OAuth2Authentication@4a288e8e: Principal: credentials-client; Credentials: [PROTECTED]; Authenticated: true; Details: null; Granted Authorities: ROLE_UNITY, ROLE_USER

  • 相关阅读:
    LoadScript
    Mac终端Terminal调用Sublime Text
    jquery ajax 提交 FormData
    ps切图设置
    bootstrap-select搜索框输入中文
    Homebrew安装
    清空file input框
    javascript 随机数区间
    Canvas与Image互转
    html空格小结
  • 原文地址:https://www.cnblogs.com/lexiaofei/p/7150239.html
Copyright © 2011-2022 走看看