diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 6cb83ea..f4fc53a 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -18,7 +18,8 @@
Logged:
- Authorities: + Authorities:
@@ -35,10 +36,15 @@
  • - 菜单 Unity 与 Mobile 需要OAuth 验证后才能访问(即受保护的resource);
    + 菜单 Unity 与 Mobile 需要登录认证后才能访问(即受保护的resource);
    Unity 需要 [ROLE_UNITY] 权限, Mobile 需要 [ROLE_MOBILE] 权限.

  • +
  • +

    + device_login 用于在设备认证时,输入用户码(user_code)完成授权. +

    +
  • 在使用之前, 建议先了解OAuth2.1支持的grant_type, 请访问


  • -菜单 +菜单