From 934f0be6fac0a4e3d0cb86558a4ff956876c5a72 Mon Sep 17 00:00:00 2001 From: "shengzhaoli.shengz" Date: Wed, 18 Oct 2023 15:45:37 +0800 Subject: [PATCH] Flow test , upgrade... --- src/main/resources/templates/index.html | 22 +++++++++++++++++----- src/main/resources/templates/login.html | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) 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, 请访问


  • -菜单 +菜单