This commit is contained in:
Eric
2026-02-11 11:04:23 +08:00
parent cdf731a052
commit 0495cb488e
812 changed files with 5138 additions and 1979 deletions

28
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="portal-common" />
<module name="idp-starter" />
<module name="portal-system" />
<module name="oauth2-login-sdk" />
<module name="portal-admin" />
<module name="portal-framework" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="idp-starter" options="-parameters" />
<module name="portal" options="-parameters" />
<module name="portal-admin" options="-parameters" />
<module name="portal-common" options="-parameters" />
<module name="portal-framework" options="-parameters" />
<module name="portal-system" options="-parameters" />
</option>
</component>
</project>

22
.idea/encodings.xml generated Normal file
View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/idp/backend/idp-starter/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-admin/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-admin/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-common/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-common/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-framework/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-framework/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-system/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/portal-system/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/portal/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/portal/backend/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/sdk/backend/oauth2-login-sdk/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/sdk/backend/oauth2-login-sdk/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>

50
.idea/jarRepositories.xml generated Normal file
View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="public" />
<option name="name" value="aliyun nexus" />
<option name="url" value="https://maven.aliyun.com/repository/public" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="releases" />
<option name="name" value="Repository for JDK 1.6 builds" />
<option name="url" value="https://nexus.lnh2e.com/repository/maven-public/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="releases" />
<option name="name" value="Repository for JDK 17 builds" />
<option name="url" value="https://nexus.lnh2e.com/repository/maven-public/" />
</remote-repository>
<remote-repository>
<option name="id" value="snapshots" />
<option name="name" value="Repository for JDK 17 builds" />
<option name="url" value="https://nexus.lnh2e.com/repository/maven-public/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://maven.aliyun.com/repository/public" />
</remote-repository>
<remote-repository>
<option name="id" value="snapshots" />
<option name="name" value="Repository for JDK 1.6 builds" />
<option name="url" value="https://nexus.lnh2e.com/repository/maven-public/" />
</remote-repository>
</component>
</project>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

14
.idea/misc.xml generated
View File

@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
<option value="$PROJECT_DIR$/idp/backend/idp-starter/pom.xml" />
<option value="$PROJECT_DIR$/portal/backend/pom.xml" />
<option value="$PROJECT_DIR$/sdk/backend/oauth2-login-sdk/pom.xml" />
<option value="$PROJECT_DIR$/portal/backend/portal/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated
View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/lingniu-platform.iml" filepath="$PROJECT_DIR$/.idea/lingniu-platform.iml" />
</modules>
</component>
</project>

View File

@@ -1,4 +1,4 @@
package com.example.demo;
package org.lingniu.example.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@@ -1,37 +1,29 @@
package org.lingniu.sdk.web;
package org.lingniu.example.demo.controller;
import com.alibaba.fastjson2.JSON;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.lingniu.sdk.model.base.CommonResult;
import org.lingniu.sdk.model.user.UserInfo;
import org.lingniu.sdk.utils.HttpClientUtils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties;
import org.springframework.security.core.annotation.AuthenticationPrincipal;
import org.springframework.security.oauth2.client.OAuth2AuthorizedClient;
import org.springframework.security.oauth2.client.annotation.RegisteredOAuth2AuthorizedClient;
import org.springframework.security.oauth2.core.OAuth2AccessToken;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.Map;
@RequestMapping("/test")
@RestController
public class UserController {
public class DemoController {
private final OAuth2ClientProperties oAuth2ClientProperties;
private final ObjectMapper objectMapper;
public UserController(OAuth2ClientProperties oAuth2ClientProperties, ObjectMapper objectMapper) {
public DemoController(OAuth2ClientProperties oAuth2ClientProperties, ObjectMapper objectMapper) {
this.oAuth2ClientProperties = oAuth2ClientProperties;
this.objectMapper = objectMapper;
}
@GetMapping("/getUserInfo")
@PreAuthorize("@ss.hasPermi('user:info')")
public CommonResult<UserInfo> getUserInfo(@AuthenticationPrincipal UserInfo userInfo) throws Exception {
return CommonResult.success(userInfo);
}
}

View File

@@ -39,3 +39,9 @@ Accept: application/json
POST http://localhost:10001/logout
Cookie: app_refresh_token=02237ce2c5d14e8088be3d462b69df99
http://106.14.217.120/portal-api/authorization/demo

View File

@@ -0,0 +1,50 @@
# @no-redirect
GET http://106.14.217.120/portal-api/oauth2/authorization/portal
###
GET localhost:8080
###
POST http://localhost:8000/oauth2/authorize
Content-Type: application/x-www-form-urlencoded
Accept: application/json
Idp: 387cec08371f4ebfb61074d41a94046e
Cookie: idp_refresh_token=7bb21a0dcac94aec99f08ae6a2d6db30
response_type=code&client_id=b55c88c20db94790a60a5075&scope=openid%20profile%20perms&state=MK1s_JKXsVowOsaGIGK3UK00yVgjUM-lgV-T7tOZdIQ%3D&redirect_uri=http://localhost:9506/oauth2/callback&nonce=rXdsOr0tczTckUSP_RKZ5ABmP575Z4JrTLOxCQ1nt3U
####
GET http://localhost:8080/login/oauth2/code/portal?code=ua3zRRX2YMHsGmYaY4CGEvtklZbCzNtT5sOjguXzhY68zoKqnA83NlQXtG1dN-X_mv4Sn5MaYERkymxk9EWJzpHA_RB523keRb25jmIt5LgUjWJtwD4gJmQJulPOXFO1&state=MK1s_JKXsVowOsaGIGK3UK00yVgjUM-lgV-T7tOZdIQ%3D
###
GET http://localhost:10001/idp/routes
#Authorization: 85a9f4d6fef34763b4437830ec331570
Authorization: Bearer eyJraWQiOiJpZHAiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJhZG1pbiIsImF1ZCI6ImI1NWM4OGMyMGRiOTQ3OTBhNjBhNTA3NSIsIm5iZiI6MTc3MDM5MjMwMiwic2NvcGUiOlsib3BlbmlkIiwicHJvZmlsZSIsInBlcm1zIl0sImlzcyI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMCIsImV4cCI6MTc3MDQzNTUwMiwiaWF0IjoxNzcwMzkyMzAyLCJqdGkiOiIxMmRjZjZmOS0zMjNhLTRhMmUtYjI4Ni1lNDcyOTFhNjc4YTYifQ.MC2khfn7Q2PeU5NB9BCazj-4oWsS_9VIoRLvVZfRiM4RKyAw6VkBv0bNWNuIcUAzZ7GpfIsGMufjsDiVgj7tBK_MWweasWz7DRDc_QCkFt8RZxK2LjxZAilFmXZOaydUNnlGgBmI6S-xAD5N5ltx8OTEdWHuD7tm7S8ppXlvTCk4QSeNd3UYXyXPkR408HOk5ZWTH4PudGVJN5q5gDUAbM9FyN7NejGuJQ4gmHuur7oDhMEqmBQjiv6OnJZko6GszOcN0-nkRJX-KzXV45uIkEF9BaUhJvC6EhotqioVXLuLznX3yB9iuFGqekpS3uHOYwzZF0CHR6xTHg29hvLOxw
#Cookie: app_refresh_token=ce08d9a6b3064311ac163a7806b811ef
###
GET http://localhost:8000/account/getRouters
#Authorization: 85a9f4d6fef34763b4437830ec331570
Authorization: Bearer eyJraWQiOiJpZHAiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJhZG1pbiIsImF1ZCI6ImI1NWM4OGMyMGRiOTQ3OTBhNjBhNTA3NSIsIm5iZiI6MTc3MDM5MjMwMiwic2NvcGUiOlsib3BlbmlkIiwicHJvZmlsZSIsInBlcm1zIl0sImlzcyI6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMCIsImV4cCI6MTc3MDQzNTUwMiwiaWF0IjoxNzcwMzkyMzAyLCJqdGkiOiIxMmRjZjZmOS0zMjNhLTRhMmUtYjI4Ni1lNDcyOTFhNjc4YTYifQ.MC2khfn7Q2PeU5NB9BCazj-4oWsS_9VIoRLvVZfRiM4RKyAw6VkBv0bNWNuIcUAzZ7GpfIsGMufjsDiVgj7tBK_MWweasWz7DRDc_QCkFt8RZxK2LjxZAilFmXZOaydUNnlGgBmI6S-xAD5N5ltx8OTEdWHuD7tm7S8ppXlvTCk4QSeNd3UYXyXPkR408HOk5ZWTH4PudGVJN5q5gDUAbM9FyN7NejGuJQ4gmHuur7oDhMEqmBQjiv6OnJZko6GszOcN0-nkRJX-KzXV45uIkEF9BaUhJvC6EhotqioVXLuLznX3yB9iuFGqekpS3uHOYwzZF0CHR6xTHg29hvLOxw
#Cookie: app_refresh_token=ce08d9a6b3064311ac163a7806b811ef
Accept: application/json
####
GET http://localhost:10001/idp/routes
#Authorization: 85a9f4d6fef34763b4437830ec331570
Authorization: 41deb286d03b42139bc3559cbbcc9995
#Cookie: app_refresh_token=ce08d9a6b3064311ac163a7806b811ef
Accept: application/json
###
POST http://localhost:10001/logout
Cookie: app_refresh_token=02237ce2c5d14e8088be3d462b69df99

View File

@@ -0,0 +1,70 @@
spring:
application:
name: demo
# redis \u914D\u7F6E
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: http://127.0.0.1:8082/oauth2/jwks
client:
registration:
demo:
client-id: b55c88c20db94790a60a5075
client-secret: UqVAS8UiehSFJSR8_CygnYGR5M79LuGuGiDwATtcGqg
client-name: DEMO
authorization-grant-type: authorization_code
redirect-uri: http://106.14.217.120/demo/callback
scope:
- openid
- profile
# 返回权限
- perms
provider: idp
provider:
idp:
issuer-uri: http://127.0.0.1:8082
authorization-uri: http://106.14.217.120/idp-ui/sso
token-uri: http://127.0.0.1:8082/oauth2/token
user-info-uri: http://127.0.0.1:8082/userinfo
jwk-set-uri: http://127.0.0.1:8082/oauth2/jwks
user-name-attribute: sub
data:
redis:
# \u5730\u5740
host: localhost
# \u7AEF\u53E3\uFF0C\u9ED8\u8BA4\u4E3A6379
port: 6379
# \u6570\u636E\u5E93\u7D22\u5F15
database: 0
# \u5BC6\u7801
password:
# \u8FDE\u63A5\u8D85\u65F6\u65F6\u95F4
timeout: 10s
lettuce:
pool:
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5C0F\u7A7A\u95F2\u8FDE\u63A5
min-idle: 0
# \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5927\u7A7A\u95F2\u8FDE\u63A5
max-idle: 8
# \u8FDE\u63A5\u6C60\u7684\u6700\u5927\u6570\u636E\u5E93\u8FDE\u63A5\u6570
max-active: 8
# #\u8FDE\u63A5\u6C60\u6700\u5927\u963B\u585E\u7B49\u5F85\u65F6\u95F4\uFF08\u4F7F\u7528\u8D1F\u503C\u8868\u793A\u6CA1\u6709\u9650\u5236\uFF09
max-wait: -1ms
logging:
level:
root: info
org.springframework.web: debug
org.springframework.security: debug
org.springframework.security.oauth2: debug
server:
port: 10001

View File

@@ -0,0 +1,3 @@
spring:
profiles:
active: dev

View File

@@ -1,4 +1,4 @@
package com.example.demo;
package org.lingniu.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

295
demo/backend/mvnw vendored
View File

@@ -1,295 +0,0 @@
#!/bin/sh
# ----------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Apache Maven Wrapper startup batch script, version 3.3.4
#
# Optional ENV vars
# -----------------
# JAVA_HOME - location of a JDK home dir, required when download maven via java source
# MVNW_REPOURL - repo url base for downloading maven distribution
# MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output
# ----------------------------------------------------------------------------
set -euf
[ "${MVNW_VERBOSE-}" != debug ] || set -x
# OS specific support.
native_path() { printf %s\\n "$1"; }
case "$(uname)" in
CYGWIN* | MINGW*)
[ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
native_path() { cygpath --path --windows "$1"; }
;;
esac
# set JAVACMD and JAVACCMD
set_java_home() {
# For Cygwin and MinGW, ensure paths are in Unix format before anything is touched
if [ -n "${JAVA_HOME-}" ]; then
if [ -x "$JAVA_HOME/jre/sh/java" ]; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD="$JAVA_HOME/jre/sh/java"
JAVACCMD="$JAVA_HOME/jre/sh/javac"
else
JAVACMD="$JAVA_HOME/bin/java"
JAVACCMD="$JAVA_HOME/bin/javac"
if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then
echo "The JAVA_HOME environment variable is not defined correctly, so mvnw cannot run." >&2
echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" or \"\$JAVA_HOME/bin/javac\" does not exist." >&2
return 1
fi
fi
else
JAVACMD="$(
'set' +e
'unset' -f command 2>/dev/null
'command' -v java
)" || :
JAVACCMD="$(
'set' +e
'unset' -f command 2>/dev/null
'command' -v javac
)" || :
if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then
echo "The java/javac command does not exist in PATH nor is JAVA_HOME set, so mvnw cannot run." >&2
return 1
fi
fi
}
# hash string like Java String::hashCode
hash_string() {
str="${1:-}" h=0
while [ -n "$str" ]; do
char="${str%"${str#?}"}"
h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296))
str="${str#?}"
done
printf %x\\n $h
}
verbose() { :; }
[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
die() {
printf %s\\n "$1" >&2
exit 1
}
trim() {
# MWRAPPER-139:
# Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds.
# Needed for removing poorly interpreted newline sequences when running in more
# exotic environments such as mingw bash on Windows.
printf "%s" "${1}" | tr -d '[:space:]'
}
scriptDir="$(dirname "$0")"
scriptName="$(basename "$0")"
# parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties
while IFS="=" read -r key value; do
case "${key-}" in
distributionUrl) distributionUrl=$(trim "${value-}") ;;
distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;;
esac
done <"$scriptDir/.mvn/wrapper/maven-wrapper.properties"
[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
case "${distributionUrl##*/}" in
maven-mvnd-*bin.*)
MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/
case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in
*AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;;
:Darwin*x86_64) distributionPlatform=darwin-amd64 ;;
:Darwin*arm64) distributionPlatform=darwin-aarch64 ;;
:Linux*x86_64*) distributionPlatform=linux-amd64 ;;
*)
echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2
distributionPlatform=linux-amd64
;;
esac
distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip"
;;
maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;;
*) MVN_CMD="mvn${scriptName#mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;;
esac
# apply MVNW_REPOURL and calculate MAVEN_HOME
# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-<version>,maven-mvnd-<version>-<platform>}/<hash>
[ -z "${MVNW_REPOURL-}" ] || distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}"
distributionUrlName="${distributionUrl##*/}"
distributionUrlNameMain="${distributionUrlName%.*}"
distributionUrlNameMain="${distributionUrlNameMain%-bin}"
MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}"
MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string "$distributionUrl")"
exec_maven() {
unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || :
exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec $MAVEN_HOME/bin/$MVN_CMD"
}
if [ -d "$MAVEN_HOME" ]; then
verbose "found existing MAVEN_HOME at $MAVEN_HOME"
exec_maven "$@"
fi
case "${distributionUrl-}" in
*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;;
*) die "distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found '${distributionUrl-}'" ;;
esac
# prepare tmp dir
if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then
clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; }
trap clean HUP INT TERM EXIT
else
die "cannot create temp dir"
fi
mkdir -p -- "${MAVEN_HOME%/*}"
# Download and Install Apache Maven
verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
verbose "Downloading from: $distributionUrl"
verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
# select .zip or .tar.gz
if ! command -v unzip >/dev/null; then
distributionUrl="${distributionUrl%.zip}.tar.gz"
distributionUrlName="${distributionUrl##*/}"
fi
# verbose opt
__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR=''
[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' __MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v
# normalize http auth
case "${MVNW_PASSWORD:+has-password}" in
'') MVNW_USERNAME='' MVNW_PASSWORD='' ;;
has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' ;;
esac
if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then
verbose "Found wget ... using wget"
wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O "$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch $distributionUrl"
elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then
verbose "Found curl ... using curl"
curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o "$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: Failed to fetch $distributionUrl"
elif set_java_home; then
verbose "Falling back to use Java to download"
javaSource="$TMP_DOWNLOAD_DIR/Downloader.java"
targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName"
cat >"$javaSource" <<-END
public class Downloader extends java.net.Authenticator
{
protected java.net.PasswordAuthentication getPasswordAuthentication()
{
return new java.net.PasswordAuthentication( System.getenv( "MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() );
}
public static void main( String[] args ) throws Exception
{
setDefault( new Downloader() );
java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
}
}
END
# For Cygwin/MinGW, switch paths to Windows format before running javac and java
verbose " - Compiling Downloader.java ..."
"$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed to compile Downloader.java"
verbose " - Running Downloader.java ..."
"$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")"
fi
# If specified, validate the SHA-256 sum of the Maven distribution zip file
if [ -n "${distributionSha256Sum-}" ]; then
distributionSha256Result=false
if [ "$MVN_CMD" = mvnd.sh ]; then
echo "Checksum validation is not supported for maven-mvnd." >&2
echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
exit 1
elif command -v sha256sum >/dev/null; then
if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c - >/dev/null 2>&1; then
distributionSha256Result=true
fi
elif command -v shasum >/dev/null; then
if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then
distributionSha256Result=true
fi
else
echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
echo "Please install either command, or disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
exit 1
fi
if [ $distributionSha256Result = false ]; then
echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2
echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2
exit 1
fi
fi
# unzip and move
if command -v unzip >/dev/null; then
unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed to unzip"
else
tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar"
fi
# Find the actual extracted directory name (handles snapshots where filename != directory name)
actualDistributionDir=""
# First try the expected directory name (for regular distributions)
if [ -d "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" ]; then
if [ -f "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/bin/$MVN_CMD" ]; then
actualDistributionDir="$distributionUrlNameMain"
fi
fi
# If not found, search for any directory with the Maven executable (for snapshots)
if [ -z "$actualDistributionDir" ]; then
# enable globbing to iterate over items
set +f
for dir in "$TMP_DOWNLOAD_DIR"/*; do
if [ -d "$dir" ]; then
if [ -f "$dir/bin/$MVN_CMD" ]; then
actualDistributionDir="$(basename "$dir")"
break
fi
fi
done
set -f
fi
if [ -z "$actualDistributionDir" ]; then
verbose "Contents of $TMP_DOWNLOAD_DIR:"
verbose "$(ls -la "$TMP_DOWNLOAD_DIR")"
die "Could not find Maven distribution directory in extracted archive"
fi
verbose "Found extracted Maven distribution directory: $actualDistributionDir"
printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$actualDistributionDir/mvnw.url"
mv -- "$TMP_DOWNLOAD_DIR/$actualDistributionDir" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME"
clean || :
exec_maven "$@"

189
demo/backend/mvnw.cmd vendored
View File

@@ -1,189 +0,0 @@
<# : batch portion
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Apache Maven Wrapper startup batch script, version 3.3.4
@REM
@REM Optional ENV vars
@REM MVNW_REPOURL - repo url base for downloading maven distribution
@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
@REM ----------------------------------------------------------------------------
@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
@SET __MVNW_CMD__=
@SET __MVNW_ERROR__=
@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
@SET PSModulePath=
@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B)
)
@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
@SET __MVNW_PSMODULEP_SAVE=
@SET __MVNW_ARG0_NAME__=
@SET MVNW_USERNAME=
@SET MVNW_PASSWORD=
@IF NOT "%__MVNW_CMD__%"=="" ("%__MVNW_CMD__%" %*)
@echo Cannot start maven from wrapper >&2 && exit /b 1
@GOTO :EOF
: end batch / begin powershell #>
$ErrorActionPreference = "Stop"
if ($env:MVNW_VERBOSE -eq "true") {
$VerbosePreference = "Continue"
}
# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl
if (!$distributionUrl) {
Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
}
switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
"maven-mvnd-*" {
$USE_MVND = $true
$distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip"
$MVN_CMD = "mvnd.cmd"
break
}
default {
$USE_MVND = $false
$MVN_CMD = $script -replace '^mvnw','mvn'
break
}
}
# apply MVNW_REPOURL and calculate MAVEN_HOME
# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-<version>,maven-mvnd-<version>-<platform>}/<hash>
if ($env:MVNW_REPOURL) {
$MVNW_REPO_PATTERN = if ($USE_MVND -eq $False) { "/org/apache/maven/" } else { "/maven/mvnd/" }
$distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace "^.*$MVNW_REPO_PATTERN",'')"
}
$distributionUrlName = $distributionUrl -replace '^.*/',''
$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$',''
$MAVEN_M2_PATH = "$HOME/.m2"
if ($env:MAVEN_USER_HOME) {
$MAVEN_M2_PATH = "$env:MAVEN_USER_HOME"
}
if (-not (Test-Path -Path $MAVEN_M2_PATH)) {
New-Item -Path $MAVEN_M2_PATH -ItemType Directory | Out-Null
}
$MAVEN_WRAPPER_DISTS = $null
if ((Get-Item $MAVEN_M2_PATH).Target[0] -eq $null) {
$MAVEN_WRAPPER_DISTS = "$MAVEN_M2_PATH/wrapper/dists"
} else {
$MAVEN_WRAPPER_DISTS = (Get-Item $MAVEN_M2_PATH).Target[0] + "/wrapper/dists"
}
$MAVEN_HOME_PARENT = "$MAVEN_WRAPPER_DISTS/$distributionUrlNameMain"
$MAVEN_HOME_NAME = ([System.Security.Cryptography.SHA256]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join ''
$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
exit $?
}
if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) {
Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl"
}
# prepare tmp dir
$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir"
$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
trap {
if ($TMP_DOWNLOAD_DIR.Exists) {
try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
}
}
New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
# Download and Install Apache Maven
Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
Write-Verbose "Downloading from: $distributionUrl"
Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
$webclient = New-Object System.Net.WebClient
if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
$webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
}
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
# If specified, validate the SHA-256 sum of the Maven distribution zip file
$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum
if ($distributionSha256Sum) {
if ($USE_MVND) {
Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
}
Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."
}
}
# unzip and move
Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null
# Find the actual extracted directory name (handles snapshots where filename != directory name)
$actualDistributionDir = ""
# First try the expected directory name (for regular distributions)
$expectedPath = Join-Path "$TMP_DOWNLOAD_DIR" "$distributionUrlNameMain"
$expectedMvnPath = Join-Path "$expectedPath" "bin/$MVN_CMD"
if ((Test-Path -Path $expectedPath -PathType Container) -and (Test-Path -Path $expectedMvnPath -PathType Leaf)) {
$actualDistributionDir = $distributionUrlNameMain
}
# If not found, search for any directory with the Maven executable (for snapshots)
if (!$actualDistributionDir) {
Get-ChildItem -Path "$TMP_DOWNLOAD_DIR" -Directory | ForEach-Object {
$testPath = Join-Path $_.FullName "bin/$MVN_CMD"
if (Test-Path -Path $testPath -PathType Leaf) {
$actualDistributionDir = $_.Name
}
}
}
if (!$actualDistributionDir) {
Write-Error "Could not find Maven distribution directory in extracted archive"
}
Write-Verbose "Found extracted Maven distribution directory: $actualDistributionDir"
Rename-Item -Path "$TMP_DOWNLOAD_DIR/$actualDistributionDir" -NewName $MAVEN_HOME_NAME | Out-Null
try {
Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null
} catch {
if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
Write-Error "fail to move MAVEN_HOME"
}
} finally {
try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
}
Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"

View File

@@ -1,5 +0,0 @@
# Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).

View File

@@ -0,0 +1,9 @@
# 开发环境配置
VITE_APP_ENV = 'development'
VITE_BASE_PATH=/
# 开发环境
VITE_APP_BASE_API = '/demo-api'

View File

@@ -0,0 +1,7 @@
# 生产环境配置
VITE_APP_ENV = 'production'
VITE_BASE_PATH=/demo
# 生产环境
VITE_APP_BASE_API = '/demo-api'

View File

@@ -0,0 +1,159 @@
# 统一登录SDK Demo项目
这是一个展示统一登录SDK功能的演示项目基于Vue 3 + TypeScript + Vite构建。
## 🚀 项目特色
- **完整认证流程演示**展示OAuth2授权码模式的完整流程
- **权限管理展示**:角色和权限的检查与验证
- **Vue 3集成**现代化的Composition API使用
- **响应式设计**:适配各种屏幕尺寸
- **实时数据可视化**集成ECharts图表展示
## 📁 项目结构
```
src/
├── components/ # 组件目录
│ └── EChartsReport.vue # 图表组件
├── router/ # 路由配置
│ └── index.ts
├── views/ # 页面视图
│ ├── Dashboard.vue # 仪表板页面
│ ├── Profile.vue # 个人中心页面
│ └── Callback.vue # 认证回调页面
├── App.vue # 根组件
├── main.ts # 入口文件
└── style.css # 全局样式
```
## 🎯 核心功能演示
### 1. 认证流程
- 自动检测登录状态
- OAuth2授权码模式
- 认证回调处理
- Token自动管理
### 2. 权限控制
- 角色权限检查
- 细粒度权限验证
- 路由级别权限控制
### 3. 用户体验
- 现代化UI设计
- 加载状态提示
- 错误处理机制
- 响应式布局
## 🛠️ 技术栈
- **框架**Vue 3 + TypeScript
- **构建工具**Vite
- **路由**Vue Router 4
- **图表**ECharts 5
- **认证**统一登录SDK
## 🚀 快速开始
```bash
# 安装依赖
pnpm install
# 开发模式
pnpm dev
# 构建生产版本
pnpm build
# 预览生产版本
pnpm preview
```
## 🔧 配置说明
项目配置位于 `src/main.ts`
```typescript
const SDK_CONFIG = {
clientId: 'b55c88c20db94790a60a5075',
registrationId: 'demo',
storageType: 'localStorage',
basepath: '/demo-api',
idpLogoutUrl: 'http://localhost/logout',
homePage: 'http://localhost:9506/home'
};
```
## 📱 页面介绍
### 仪表板 (/dashboard)
- 用户信息展示
- 认证状态监控
- 数据可视化图表
- SDK功能演示
### 个人中心 (/profile)
- 详细用户信息
- 角色权限列表
- Token管理
- 权限检查工具
### 认证回调 (/oauth2/callback)
- OAuth2回调处理
- 认证状态更新
- 自动跳转逻辑
## 🔒 安全特性
- Token安全存储
- 自动过期处理
- 防重复提交
- XSS防护
## 🎨 设计亮点
- **渐变色彩**:现代化的渐变色设计
- **卡片布局**:清晰的信息层次结构
- **交互动效**:流畅的过渡动画
- **移动端适配**:响应式设计支持
## 📊 数据可视化
集成ECharts提供多种图表类型
- 折线图:销售趋势分析
- 柱状图:产品销量对比
- 饼图:市场份额分布
- 雷达图:产品性能评估
## 🤝 开发指南
### 添加新页面
1.`src/views/` 创建新组件
2.`src/router/index.ts` 添加路由配置
3. 设置相应的权限控制
### 自定义样式
- 全局样式:`src/style.css`
- 组件样式:各组件内的 `<style scoped>` 标签
- 工具类:`src/App.vue` 中的全局工具类
### 扩展功能
- 权限检查:使用 `unifiedLoginSDK.hasPermission()`
- 角色验证:使用 `unifiedLoginSDK.hasRole()`
- 用户信息:使用 `unifiedLoginSDK.getUserInfo()`
## 🐛 常见问题
### 1. 认证失败
检查SDK配置是否正确确保 `clientId``basepath` 配置无误。
### 2. 图表不显示
确认已安装 `echarts` 依赖,检查数据格式是否正确。
### 3. 路由跳转异常
检查路由守卫配置,确保认证逻辑正确。
## 📄 许可证
MIT License

View File

@@ -11,7 +11,8 @@
"dependencies": {
"oauth2-login-sdk": "link:C:/Users/admin/AppData/Local/pnpm/global/5/node_modules/oauth2-login-sdk",
"vue": "^3.5.24",
"vue-router": "^4.3.0"
"vue-router": "^4.3.0",
"echarts": "^5.5.0"
},
"devDependencies": {
"@types/node": "^24.10.1",

View File

@@ -11,6 +11,9 @@ importers:
.:
dependencies:
echarts:
specifier: ^5.5.0
version: 5.6.0
oauth2-login-sdk:
specifier: link:C:/Users/admin/AppData/Local/pnpm/global/5/node_modules/oauth2-login-sdk
version: link:C:/Users/admin/AppData/Local/pnpm/global/5/node_modules/oauth2-login-sdk
@@ -433,6 +436,9 @@ packages:
csstype@3.2.3:
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
echarts@5.6.0:
resolution: {integrity: sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==}
entities@7.0.1:
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
engines: {node: '>=0.12'}
@@ -497,6 +503,9 @@ packages:
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
engines: {node: '>=12.0.0'}
tslib@2.3.0:
resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==}
typescript@5.9.3:
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
engines: {node: '>=14.17'}
@@ -567,6 +576,9 @@ packages:
typescript:
optional: true
zrender@5.6.1:
resolution: {integrity: sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==}
snapshots:
'@babel/helper-string-parser@7.27.1': {}
@@ -838,6 +850,11 @@ snapshots:
csstype@3.2.3: {}
echarts@5.6.0:
dependencies:
tslib: 2.3.0
zrender: 5.6.1
entities@7.0.1: {}
esbuild@0.27.2:
@@ -936,6 +953,8 @@ snapshots:
fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
tslib@2.3.0: {}
typescript@5.9.3: {}
undici-types@7.16.0: {}
@@ -974,3 +993,7 @@ snapshots:
'@vue/shared': 3.5.27
optionalDependencies:
typescript: 5.9.3
zrender@5.6.1:
dependencies:
tslib: 2.3.0

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1,160 @@
<template>
<div id="app">
<router-view />
</div>
</template>
<script setup lang="ts">
// 应用根组件
import { onMounted } from 'vue';
onMounted(() => {
console.log('🚀 统一登录SDK Demo应用已启动');
console.log('📦 当前SDK版本:', '1.0.0');
});
</script>
<style>
/* 全局样式重置 */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f5f7fa;
width: 100vw;
overflow-x: hidden;
}
#app {
min-height: 100vh;
width: 100vw;
max-width: 100%;
overflow-x: hidden;
}
/* 滚动条样式 */
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb {
background: #c1c1c1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #a8a8a8;
}
/* 动画效果 */
.fade-enter-active, .fade-leave-active {
transition: opacity 0.3s ease;
}
.fade-enter-from, .fade-leave-to {
opacity: 0;
}
.slide-enter-active, .slide-leave-active {
transition: transform 0.3s ease;
}
.slide-enter-from {
transform: translateX(-100%);
}
.slide-leave-to {
transform: translateX(100%);
}
/* 工具类 */
.text-center {
text-align: center;
}
.text-primary {
color: #667eea;
}
.bg-primary {
background-color: #667eea;
}
.btn {
display: inline-block;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
transition: all 0.3s ease;
font-weight: 500;
}
.btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.btn-primary {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
.btn-secondary {
background: #6c757d;
color: white;
}
.btn-danger {
background: #dc3545;
color: white;
}
/* 响应式工具类 */
/* 超宽屏支持 */
@media (min-width: 1800px) {
body {
font-size: 17px; /* 在超大屏幕上稍微增大字体 */
}
.container-wide {
max-width: 1700px;
margin: 0 auto;
padding: 0 40px;
}
}
/* 大屏优化 */
@media (min-width: 1400px) and (max-width: 1799px) {
.container-large {
max-width: 1300px;
margin: 0 auto;
padding: 0 30px;
}
}
@media (max-width: 768px) {
.hidden-mobile {
display: none !important;
}
}
@media (min-width: 769px) {
.hidden-desktop {
display: none !important;
}
}
</style>

View File

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 496 B

View File

@@ -0,0 +1,142 @@
<template>
<div class="echarts-report">
<h2>{{ title }}</h2>
<div ref="chartRef" class="chart-container"></div>
</div>
</template>
<script setup lang="ts">
import { ref, onMounted, watch } from 'vue';
import * as echarts from 'echarts';
const props = defineProps<{
title: string;
chartType: 'line' | 'bar' | 'pie' | 'radar';
data: any;
}>();
const chartRef = ref<HTMLElement | null>(null);
let chart: echarts.ECharts | null = null;
const initChart = () => {
if (!chartRef.value) return;
chart = echarts.init(chartRef.value);
updateChart();
};
const updateChart = () => {
if (!chart) return;
let option: echarts.EChartsOption = {};
switch (props.chartType) {
case 'line':
option = {
tooltip: {
trigger: 'axis'
},
xAxis: {
type: 'category',
data: props.data.xAxis
},
yAxis: {
type: 'value'
},
series: props.data.series
};
break;
case 'bar':
option = {
tooltip: {
trigger: 'axis'
},
xAxis: {
type: 'category',
data: props.data.xAxis
},
yAxis: {
type: 'value'
},
series: props.data.series
};
break;
case 'pie':
option = {
tooltip: {
trigger: 'item'
},
legend: {
orient: 'vertical',
left: 'left'
},
series: [
{
type: 'pie',
radius: '50%',
data: props.data,
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
break;
case 'radar':
option = {
tooltip: {},
radar: {
indicator: props.data.indicator
},
series: [
{
type: 'radar',
data: props.data.series
}
]
};
break;
}
chart.setOption(option);
};
onMounted(() => {
initChart();
window.addEventListener('resize', () => {
chart?.resize();
});
});
watch(
() => [props.data, props.chartType],
() => {
updateChart();
},
{ deep: true }
);
</script>
<style scoped>
.echarts-report {
width: 100%;
margin-bottom: 20px;
}
.echarts-report h2 {
font-size: 18px;
margin-bottom: 10px;
color: #333;
}
.chart-container {
width: 100%;
height: 400px;
border: 1px solid #e0e0e0;
border-radius: 4px;
}
</style>

View File

@@ -0,0 +1,37 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
import router from './router'
import unifiedLoginSDK from "oauth2-login-sdk";
// SDK配置
const SDK_CONFIG = {
clientId: 'b55c88c20db94790a60a5075',
registrationId: 'demo',
storageType: 'localStorage' as const,
basepath: '/demo-api',
idpLogoutUrl: 'http://106.14.217.120/idp-ui/logout',
homePage: 'http://106.14.217.120/demo/dashboard'
};
// 初始化SDK
try {
unifiedLoginSDK.init(SDK_CONFIG);
console.log('✅ SDK初始化成功');
} catch (error) {
console.error('❌ SDK初始化失败:', error);
}
// 创建Vue应用
const app = createApp(App)
// 注册路由
app.use(router)
// 挂载应用
app.mount('#app')
// 全局错误处理
app.config.errorHandler = (err, _instance, info) => {
console.error('Vue错误:', err, info);
};

View File

@@ -0,0 +1,90 @@
import { createRouter, createWebHistory } from 'vue-router'
import unifiedLoginSDK from 'oauth2-login-sdk';
// 路由配置
const routes = [
{
path: '/',
redirect: '/dashboard'
},
{
path: '/dashboard',
name: 'dashboard',
component: () => import('../views/Dashboard.vue'),
meta: {
requiresAuth: true,
title: '仪表板'
}
},
{
path: '/profile',
name: 'profile',
component: () => import('../views/Profile.vue'),
meta: {
requiresAuth: true,
title: '个人中心'
}
},
{
path: '/oauth2/callback',
name: 'callback',
component: () => import('../views/Callback.vue'),
meta: {
title: '认证回调'
}
}
];
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes
});
// 路由守卫
router.beforeEach(async (to, _from, next) => {
// 设置页面标题
if (to.meta.title) {
document.title = `${to.meta.title} - 统一登录Demo`;
}
// 检查是否需要认证
const requiresAuth = to.matched.some(record => record.meta.requiresAuth);
if (requiresAuth) {
// 需要认证的路由
if (!unifiedLoginSDK.isAuthenticated()) {
try {
console.log('🔒 用户未认证,正在跳转到登录页面...');
await unifiedLoginSDK.login();
// 登录会重定向到认证服务器,阻止当前路由切换
next(false);
} catch (error) {
console.error('❌ 登录失败:', error);
next(false);
}
} else {
// 已认证,允许访问
next();
}
} else if (unifiedLoginSDK.isCallback()) {
// 处理OAuth2回调
try {
console.log('🔄 处理OAuth2回调...');
await unifiedLoginSDK.handleCallback();
// 回调处理完成后SDK会自动跳转到homePage
} catch (error) {
console.error('❌ 回调处理失败:', error);
next('/');
}
} else {
// 公开路由
next();
}
});
// 路由后置守卫
router.afterEach((to, from) => {
console.log(`🧭 路由切换: ${from.path} -> ${to.path}`);
});
export default router

View File

@@ -0,0 +1,111 @@
<template>
<div class="callback-page">
<div class="loading-container">
<div class="spinner"></div>
<h2>{{ statusMessage }}</h2>
<p v-if="errorMessage" class="error-message">{{ errorMessage }}</p>
</div>
</div>
</template>
<script setup lang="ts">
import { ref, onMounted } from 'vue';
import { useRouter } from 'vue-router';
import unifiedLoginSDK from 'oauth2-login-sdk';
const router = useRouter();
const statusMessage = ref('正在处理认证回调...');
const errorMessage = ref('');
// 处理OAuth2回调
const handleCallback = async () => {
try {
statusMessage.value = '正在验证认证信息...';
console.log('🔄 开始处理OAuth2回调');
// 处理回调逻辑
await unifiedLoginSDK.handleCallback();
statusMessage.value = '认证成功!正在跳转...';
console.log('✅ 认证回调处理完成');
// SDK会自动跳转到配置的homePage
// 如果需要自定义跳转,可以在这里处理
} catch (error: any) {
console.error('❌ 认证回调处理失败:', error);
statusMessage.value = '认证失败';
errorMessage.value = error.message || '未知错误';
// 3秒后跳转到首页
setTimeout(() => {
router.push('/');
}, 3000);
}
};
// 页面加载时处理回调
onMounted(() => {
handleCallback();
});
</script>
<style scoped>
.callback-page {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.loading-container {
text-align: center;
background: white;
padding: 40px;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
max-width: 400px;
width: 90%;
}
.spinner {
width: 50px;
height: 50px;
border: 5px solid #f3f3f3;
border-top: 5px solid #667eea;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.loading-container h2 {
color: #333;
margin: 0 0 10px 0;
font-size: 20px;
}
.error-message {
color: #ff4757;
margin: 15px 0 0 0;
padding: 10px;
background: #ffebee;
border-radius: 5px;
border-left: 4px solid #ff4757;
}
@media (max-width: 480px) {
.loading-container {
padding: 30px 20px;
}
.loading-container h2 {
font-size: 18px;
}
}
</style>

View File

@@ -0,0 +1,581 @@
<template>
<div class="dashboard">
<div v-if="loading" class="loading-container">
<div class="loading-spinner"></div>
<p>正在加载用户信息...</p>
</div>
<div v-else>
<div class="top-bar">
<div class="welcome">
<h1>欢迎回来{{ userInfo?.username || '访客' }}</h1>
<p>{{ userInfo ? '已登录' : '未登录' }}</p>
</div>
<div class="actions">
<button class="profile-btn" @click="goToProfile">
<span>👤</span>
个人中心
</button>
<button class="logout-btn" @click="handleLogout">
<span>🚪</span>
退出登录
</button>
</div>
</div>
<!-- 状态面板 -->
<div class="status-panel">
<div class="status-card">
<h3>登录状态</h3>
<div class="status-badge" :class="{ active: isAuthenticated }">
{{ isAuthenticated ? '已登录' : '未登录' }}
</div>
</div>
<div class="status-card">
<h3>用户角色</h3>
<div class="roles">
<span v-if="userInfo?.roles && userInfo.roles.length > 0"
v-for="role in userInfo.roles"
:key="role"
class="role-tag">
{{ role }}
</span>
<span v-else class="role-tag empty">暂无角色</span>
</div>
</div>
<div class="status-card">
<h3>权限数量</h3>
<div class="count-badge">
{{ userInfo?.permissions?.length || 0 }}
</div>
</div>
</div>
<h1>数据报表示例</h1>
<div class="chart-grid">
<!-- 折线图 -->
<div class="chart-item">
<EChartsReport
title="销售趋势"
chartType="line"
:data="lineChartData"
/>
</div>
<!-- 柱状图 -->
<div class="chart-item">
<EChartsReport
title="产品销量"
chartType="bar"
:data="barChartData"
/>
</div>
<!-- 饼图 -->
<div class="chart-item">
<EChartsReport
title="市场份额"
chartType="pie"
:data="pieChartData"
/>
</div>
<!-- 雷达图 -->
<div class="chart-item">
<EChartsReport
title="产品性能评估"
chartType="radar"
:data="radarChartData"
/>
</div>
</div>
</div>
</div>
</template>
<script setup lang="ts">
import EChartsReport from '../components/EChartsReport.vue';
import { ref, onMounted } from "vue";
import { useRouter } from 'vue-router';
import { unifiedLoginSDK, type UserInfo } from "oauth2-login-sdk";
const router = useRouter();
const userInfo = ref<UserInfo | null>(null);
const loading = ref(true);
const isAuthenticated = ref(false);
// 获取用户信息
const loadUserInfo = async () => {
try {
console.log('📋 Dashboard: 开始获取用户信息');
userInfo.value = await unifiedLoginSDK.getUserInfo();
isAuthenticated.value = true;
console.log('✅ Dashboard: 用户信息获取成功', userInfo.value);
} catch (error) {
console.error('❌ Dashboard: 获取用户信息失败:', error);
userInfo.value = null;
isAuthenticated.value = false;
} finally {
loading.value = false;
}
};
// 跳转到个人中心
const goToProfile = () => {
router.push('/profile');
};
// 退出登录
const handleLogout = async () => {
try {
await unifiedLoginSDK.logout();
router.push('/login');
} catch (error) {
console.error('退出登录失败:', error);
}
};
// 组件挂载时获取用户信息
onMounted(() => {
loadUserInfo();
});
// 折线图数据
const lineChartData = {
xAxis: ['1月', '2月', '3月', '4月', '5月', '6月'],
series: [
{
data: [120, 132, 101, 134, 90, 230],
type: 'line',
smooth: true
},
{
data: [220, 182, 191, 234, 290, 330],
type: 'line',
smooth: true
}
]
};
// 柱状图数据
const barChartData = {
xAxis: ['产品A', '产品B', '产品C', '产品D', '产品E'],
series: [
{
data: [120, 200, 150, 80, 70],
type: 'bar'
},
{
data: [180, 250, 120, 90, 60],
type: 'bar'
}
]
};
// 饼图数据
const pieChartData = [
{ value: 335, name: '直接访问' },
{ value: 310, name: '邮件营销' },
{ value: 234, name: '联盟广告' },
{ value: 135, name: '视频广告' },
{ value: 1548, name: '搜索引擎' }
];
// 雷达图数据
const radarChartData = {
indicator: [
{ name: '性能', max: 100 },
{ name: '功能', max: 100 },
{ name: '易用性', max: 100 },
{ name: '稳定性', max: 100 },
{ name: '安全性', max: 100 }
],
series: [
{
value: [90, 80, 95, 85, 90],
name: '产品A'
},
{
value: [85, 90, 80, 95, 85],
name: '产品B'
}
]
};
</script>
<style scoped>
.dashboard {
padding: 20px;
max-width: 100%; /* 铺满全屏 */
width: 100%;
margin: 0;
background: #f5f7fa;
min-height: 100vh;
}
/* 顶部导航栏 */
.top-bar {
display: flex;
justify-content: space-between;
align-items: center;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 20px 30px;
border-radius: 10px;
margin-bottom: 25px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.welcome h1 {
margin: 0 0 5px 0;
font-size: 28px;
font-weight: 600;
}
.welcome p {
margin: 0;
opacity: 0.9;
font-size: 16px;
}
.actions {
display: flex;
gap: 15px;
}
.profile-btn, .logout-btn {
padding: 10px 20px;
border: none;
border-radius: 25px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}
.profile-btn {
background: rgba(255, 255, 255, 0.2);
color: white;
backdrop-filter: blur(10px);
}
.profile-btn:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
.logout-btn {
background: rgba(255, 255, 255, 0.9);
color: #667eea;
}
.logout-btn:hover {
background: white;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* 状态面板 */
.status-panel {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.status-card {
background: white;
padding: 25px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
text-align: center;
transition: transform 0.3s ease;
}
.status-card:hover {
transform: translateY(-5px);
}
.status-card h3 {
margin: 0 0 15px 0;
color: #666;
font-size: 16px;
font-weight: 500;
}
.status-badge {
padding: 12px 20px;
border-radius: 25px;
font-weight: 600;
font-size: 14px;
}
.status-badge.active {
background: #e8f5e8;
color: #388e3c;
}
.roles {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
}
.role-tag {
padding: 6px 15px;
background: #e3f2fd;
color: #1976d2;
border-radius: 15px;
font-size: 12px;
font-weight: 500;
}
.role-tag.empty {
background: #ffebee;
color: #c62828;
}
.count-badge {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: bold;
margin: 0 auto;
}
/* 图表区域 */
.chart-section {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
}
.chart-section h2 {
margin: 0 0 25px 0;
color: #333;
font-size: 24px;
text-align: center;
}
.chart-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); /* 减小最小宽度,更好适应宽屏 */
gap: 25px;
}
.chart-item {
background: #fff;
padding: 25px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: box-shadow 0.3s ease;
}
.chart-item:hover {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
/* SDK功能演示区 */
.sdk-demo-section {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.sdk-demo-section h2 {
margin: 0 0 25px 0;
color: #333;
font-size: 24px;
text-align: center;
}
.demo-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); /* 增加最小宽度 */
gap: 25px; /* 增加间距 */
}
.demo-card {
background: #f8f9fa;
padding: 25px;
border-radius: 10px;
border: 1px solid #e9ecef;
}
.demo-card h3 {
margin: 0 0 20px 0;
color: #495057;
font-size: 18px;
}
.demo-btn {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
width: 100%;
margin: 10px 0;
}
.demo-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.token-display {
background: #2d2d2d;
color: #f8f8f2;
padding: 15px;
border-radius: 6px;
margin-top: 15px;
overflow-x: auto;
}
.token-display pre {
margin: 0;
font-family: 'Courier New', monospace;
font-size: 12px;
white-space: pre-wrap;
}
.permission-check, .role-check {
display: flex;
flex-direction: column;
gap: 12px;
}
.permission-input {
padding: 12px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 14px;
transition: border-color 0.3s ease;
}
.permission-input:focus {
outline: none;
border-color: #667eea;
box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
}
.check-result {
padding: 12px;
border-radius: 6px;
font-weight: 500;
text-align: center;
}
.check-result:empty {
display: none;
}
/* 响应式设计 */
/* 超宽屏优化 */
@media (min-width: 1800px) {
.dashboard {
max-width: 100%;
padding: 30px 50px; /* 增加左右padding */
}
.chart-grid {
grid-template-columns: repeat(4, 1fr); /* 在超宽屏上显示4列 */
gap: 30px;
}
.demo-cards {
grid-template-columns: repeat(3, 1fr); /* 在超宽屏上显示3列 */
gap: 30px;
}
.status-panel {
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
}
/* 大屏优化 */
@media (min-width: 1400px) and (max-width: 1799px) {
.chart-grid {
grid-template-columns: repeat(2, 1fr); /* 在大屏上显示2列 */
gap: 30px;
}
.demo-cards {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
}
/* 中等屏幕 */
@media (max-width: 1200px) {
.chart-grid {
grid-template-columns: 1fr;
}
.demo-cards {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.dashboard {
padding: 15px;
}
.top-bar {
flex-direction: column;
gap: 20px;
text-align: center;
}
.actions {
width: 100%;
justify-content: center;
}
.status-panel {
grid-template-columns: 1fr;
}
.demo-cards {
grid-template-columns: 1fr;
}
.chart-section, .sdk-demo-section {
padding: 20px;
}
}
@media (max-width: 480px) {
.welcome h1 {
font-size: 24px;
}
.welcome p {
font-size: 14px;
}
.profile-btn, .logout-btn {
padding: 8px 16px;
font-size: 14px;
}
}
</style>

View File

@@ -0,0 +1,487 @@
<template>
<div class="profile-page">
<div class="header">
<div class="header-left">
<h1>👤 个人中心</h1>
<button @click="goToDashboard" class="back-btn">🏠 返回首页</button>
</div>
<button @click="handleLogout" class="logout-btn">退出登录</button>
</div>
<div class="profile-content">
<!-- 用户基本信息 -->
<div class="card">
<h2>基本信息</h2>
<div class="user-info">
<div class="info-item">
<label>用户名:</label>
<span>{{ userInfo?.username || '未获取' }}</span>
</div>
<div class="info-item">
<label>姓名:</label>
<span>{{ userInfo?.nickName || '未设置' }}</span>
</div>
<div class="info-item">
<label>用户ID:</label>
<span>{{ userInfo?.userId || '未知' }}</span>
</div>
<div class="info-item">
<label>部门:</label>
<span>{{ userInfo?.currentDeptId || '未分配' }}</span>
</div>
<div class="info-item">
<label>性别:</label>
<span>{{ userInfo?.sex || '未知' }}</span>
</div>
</div>
</div>
<!-- 权限信息 -->
<div class="card">
<h2>权限信息</h2>
<div class="permissions">
<div class="section">
<h3>角色列表</h3>
<div class="tag-list">
<span
v-for="role in userInfo?.roles"
:key="role"
class="tag role-tag"
>
{{ role }}
</span>
<span v-if="!userInfo?.roles?.length" class="tag empty-tag">
暂无角色
</span>
</div>
</div>
<div class="section">
<h3>权限列表</h3>
<div class="tag-list">
<span
v-for="permission in userInfo?.permissions"
:key="permission"
class="tag permission-tag"
>
{{ permission }}
</span>
<span v-if="!userInfo?.permissions?.length" class="tag empty-tag">
暂无权限
</span>
</div>
</div>
</div>
</div>
<!-- SDK功能演示 -->
<div class="card">
<h2>SDK功能演示</h2>
<div class="sdk-demo">
<div class="demo-section">
<h3>认证状态</h3>
<div class="status-indicator" :class="{ 'authenticated': isAuthenticated }">
{{ isAuthenticated ? '✅ 已认证' : '❌ 未认证' }}
</div>
</div>
<div class="demo-section">
<h3>Token信息</h3>
<button @click="showToken" class="demo-btn">
查看Token
</button>
<div v-if="tokenVisible" class="token-display">
<pre>{{ formattedToken }}</pre>
</div>
</div>
<div class="demo-section">
<h3>权限检查</h3>
<div class="permission-check">
<input
v-model="checkPermission"
placeholder="输入权限标识"
class="permission-input"
/>
<button @click="checkPermissionFunc" class="demo-btn">
检查权限
</button>
<div v-if="permissionResult !== null" class="check-result">
结果: {{ permissionResult ? ' 有权限' : ' 无权限' }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script setup lang="ts">
import { ref, computed, onMounted } from 'vue';
import { useRouter } from 'vue-router';
import unifiedLoginSDK, { type UserInfo } from 'oauth2-login-sdk';
const router = useRouter();
const userInfo = ref<UserInfo | null>(null);
const isAuthenticated = ref(false);
const tokenVisible = ref(false);
const checkPermission = ref('');
const permissionResult = ref<boolean | null>(null);
// 获取用户信息
const loadUserInfo = async() => {
try {
isAuthenticated.value = unifiedLoginSDK.isAuthenticated();
if (isAuthenticated.value) {
userInfo.value = await unifiedLoginSDK.getUserInfo();
console.log('👤 用户信息:', userInfo.value);
}
} catch (error) {
console.error('获取用户信息失败:', error);
}
};
// 返回Dashboard
const goToDashboard = () => {
console.log('🏠 返回Dashboard页面');
router.push('/dashboard');
};
// 退出登录
const handleLogout = async () => {
try {
console.log('🚪 正在退出登录...');
await unifiedLoginSDK.logout();
// SDK会自动跳转到配置的退出页面
} catch (error) {
console.error('退出登录失败:', error);
}
};
// 显示Token
const showToken = () => {
tokenVisible.value = !tokenVisible.value;
};
// 格式化显示Token
const formattedToken = computed(() => {
const token = unifiedLoginSDK.getToken();
if (!token) return '无Token';
// 简化显示只显示前20位和后20位
if (token.length > 40) {
return `${token.substring(0, 20)}...${token.substring(token.length - 20)}`;
}
return token;
});
// 检查权限
const checkPermissionFunc = async () => {
if (!checkPermission.value.trim()) return;
try {
permissionResult.value = await unifiedLoginSDK.hasPermission(checkPermission.value);
console.log(`🔑 权限检查 "${checkPermission.value}":`, permissionResult.value);
} catch (error) {
console.error('权限检查失败:', error);
permissionResult.value = false;
}
};
// 页面加载时获取用户信息
onMounted(() => {
loadUserInfo();
});
</script>
<style scoped>
.profile-page {
padding: 20px;
max-width: 100%; /* 铺满全屏 */
width: 100%;
margin: 0;
background: #f5f7fa;
min-height: 100vh;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 2px solid #eee;
}
.header-left {
display: flex;
align-items: center;
gap: 20px;
}
.header-left {
display: flex;
align-items: center;
gap: 20px;
}
.header h1 {
margin: 0;
color: #333;
}
.logout-btn {
background: #ff4757;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
transition: background 0.3s;
}
.logout-btn:hover {
background: #ff2e42;
}
.back-btn {
background: #667eea;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}
.back-btn:hover {
background: #5a6fd8;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.back-btn {
background: #667eea;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-weight: 500;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
}
.back-btn:hover {
background: #5a6fd8;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.card {
background: white;
border-radius: 8px;
padding: 25px;
margin-bottom: 25px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.card h2 {
margin-top: 0;
color: #333;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.user-info {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 15px;
}
.info-item {
display: flex;
align-items: center;
padding: 10px;
background: #f8f9fa;
border-radius: 5px;
}
.info-item label {
font-weight: bold;
margin-right: 10px;
min-width: 80px;
color: #666;
}
.permissions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.section h3 {
margin-top: 0;
color: #555;
}
.tag-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.tag {
padding: 5px 12px;
border-radius: 15px;
font-size: 12px;
font-weight: 500;
}
.role-tag {
background: #e3f2fd;
color: #1976d2;
border: 1px solid #bbdefb;
}
.permission-tag {
background: #e8f5e8;
color: #388e3c;
border: 1px solid #c8e6c9;
}
.empty-tag {
background: #ffebee;
color: #c62828;
border: 1px solid #ffcdd2;
}
.sdk-demo {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.demo-section {
background: #f8f9fa;
padding: 20px;
border-radius: 8px;
}
.demo-section h3 {
margin-top: 0;
color: #444;
}
.status-indicator {
padding: 10px;
border-radius: 5px;
text-align: center;
font-weight: bold;
}
.status-indicator.authenticated {
background: #e8f5e8;
color: #388e3c;
}
.demo-btn {
background: #1976d2;
color: white;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
margin: 10px 0;
transition: background 0.3s;
}
.demo-btn:hover {
background: #1565c0;
}
.token-display {
margin-top: 10px;
background: #2d2d2d;
color: #f8f8f2;
padding: 15px;
border-radius: 5px;
overflow-x: auto;
}
.token-display pre {
margin: 0;
font-family: 'Courier New', monospace;
font-size: 12px;
white-space: pre-wrap;
}
.permission-check {
display: flex;
flex-direction: column;
gap: 10px;
}
.permission-input {
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 14px;
}
.check-result {
font-weight: bold;
padding: 8px;
border-radius: 4px;
}
@media (min-width: 1600px) {
.profile-page {
max-width: 1600px;
padding: 30px 40px;
}
.permissions {
grid-template-columns: repeat(3, 1fr); /* 在超宽屏上显示3列 */
}
.sdk-demo {
grid-template-columns: repeat(2, 1fr); /* 在超宽屏上显示2列 */
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
.permissions {
grid-template-columns: repeat(2, 1fr); /* 在大屏上显示2列 */
}
.sdk-demo {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.permissions {
grid-template-columns: 1fr;
}
.sdk-demo {
grid-template-columns: 1fr;
}
.header {
flex-direction: column;
gap: 15px;
text-align: center;
}
}
</style>

View File

@@ -58,9 +58,8 @@ export default defineConfig(({ mode }) => {
rollupOptions: {
output: {
manualChunks: {
vue: ['vue', 'vue-router', 'vuex/pinia'],
vendor: ['axios', 'lodash', 'dayjs'],
ui: ['element-plus', 'ant-design-vue'] // 根据实际使用的 UI 库调整
vue: ['vue', 'vue-router'],
echarts: ['echarts']
}
}
}

View File

@@ -1,9 +0,0 @@
<template>
<div id="app">
<router-view />
</div>
</template>
<script setup lang="ts">
</script>

View File

@@ -1,37 +0,0 @@
<template>
<div>
hello {{ userInfo?.username }} is login
<div v-if="loading">Loading menus...</div>
<div v-else>
menus:
{{ JSON.stringify(menus) }}
</div>
<button @click="unifiedLoginSDK.logout()">退出</button>
</div>
</template>
<script setup lang="ts">
import { ref, onMounted } from "vue";
import {type RouterInfo, unifiedLoginSDK, type UserInfo} from "oauth2-login-sdk";
const userInfo = ref<UserInfo | null>(null);
const menus = ref<RouterInfo | null>(null);
const loading = ref(false);
// 在组件挂载后获取菜单
onMounted(async () => {
loading.value = true;
try {
// 同步获取用户信息
userInfo.value = unifiedLoginSDK.getUserInfo();
menus.value = await unifiedLoginSDK.getRoutes();
} catch (error) {
console.error('Failed to fetch menus:', error);
menus.value = null;
} finally {
loading.value = false;
}
});
</script>

View File

@@ -1,18 +0,0 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
import router from './router'
import unifiedLoginSDK from "oauth2-login-sdk";
// 初始化配置
unifiedLoginSDK.init({
clientId: 'b55c88c20db94790a60a5075',
registrationId: 'demo',
storageType: 'localStorage',
basepath: '/demo-api',
idpLogoutUrl: 'http://localhost/logout',
homePage: 'http://localhost:9506/home'
});
const app = createApp(App)
app.use(router)
app.mount('#app')

View File

@@ -1,31 +0,0 @@
import { createRouter, createWebHistory } from 'vue-router'
import unifiedLoginSDK from 'oauth2-login-sdk';
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: [
{
path: '/',
name: 'home',
redirect: '/home'
},
{
path: '/',
name: 'home',
component: () => import('../components/Home.vue')
}
]
})
router.beforeEach(async (to, _from, next) => {
debugger
if (!unifiedLoginSDK.isAuthenticated()) {
if (to.path === '/oauth2/callback') {
await unifiedLoginSDK.handleCallback()
}else{
await unifiedLoginSDK.login()
}
} else {
next()
}
})
export default router

View File

@@ -1,2 +0,0 @@
/mvnw text eol=lf
*.cmd text eol=crlf

View File

@@ -1,295 +0,0 @@
#!/bin/sh
# ----------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Apache Maven Wrapper startup batch script, version 3.3.4
#
# Optional ENV vars
# -----------------
# JAVA_HOME - location of a JDK home dir, required when download maven via java source
# MVNW_REPOURL - repo url base for downloading maven distribution
# MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output
# ----------------------------------------------------------------------------
set -euf
[ "${MVNW_VERBOSE-}" != debug ] || set -x
# OS specific support.
native_path() { printf %s\\n "$1"; }
case "$(uname)" in
CYGWIN* | MINGW*)
[ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")"
native_path() { cygpath --path --windows "$1"; }
;;
esac
# set JAVACMD and JAVACCMD
set_java_home() {
# For Cygwin and MinGW, ensure paths are in Unix format before anything is touched
if [ -n "${JAVA_HOME-}" ]; then
if [ -x "$JAVA_HOME/jre/sh/java" ]; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD="$JAVA_HOME/jre/sh/java"
JAVACCMD="$JAVA_HOME/jre/sh/javac"
else
JAVACMD="$JAVA_HOME/bin/java"
JAVACCMD="$JAVA_HOME/bin/javac"
if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then
echo "The JAVA_HOME environment variable is not defined correctly, so mvnw cannot run." >&2
echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" or \"\$JAVA_HOME/bin/javac\" does not exist." >&2
return 1
fi
fi
else
JAVACMD="$(
'set' +e
'unset' -f command 2>/dev/null
'command' -v java
)" || :
JAVACCMD="$(
'set' +e
'unset' -f command 2>/dev/null
'command' -v javac
)" || :
if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then
echo "The java/javac command does not exist in PATH nor is JAVA_HOME set, so mvnw cannot run." >&2
return 1
fi
fi
}
# hash string like Java String::hashCode
hash_string() {
str="${1:-}" h=0
while [ -n "$str" ]; do
char="${str%"${str#?}"}"
h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296))
str="${str#?}"
done
printf %x\\n $h
}
verbose() { :; }
[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; }
die() {
printf %s\\n "$1" >&2
exit 1
}
trim() {
# MWRAPPER-139:
# Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds.
# Needed for removing poorly interpreted newline sequences when running in more
# exotic environments such as mingw bash on Windows.
printf "%s" "${1}" | tr -d '[:space:]'
}
scriptDir="$(dirname "$0")"
scriptName="$(basename "$0")"
# parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties
while IFS="=" read -r key value; do
case "${key-}" in
distributionUrl) distributionUrl=$(trim "${value-}") ;;
distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;;
esac
done <"$scriptDir/.mvn/wrapper/maven-wrapper.properties"
[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
case "${distributionUrl##*/}" in
maven-mvnd-*bin.*)
MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/
case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in
*AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;;
:Darwin*x86_64) distributionPlatform=darwin-amd64 ;;
:Darwin*arm64) distributionPlatform=darwin-aarch64 ;;
:Linux*x86_64*) distributionPlatform=linux-amd64 ;;
*)
echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2
distributionPlatform=linux-amd64
;;
esac
distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip"
;;
maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;;
*) MVN_CMD="mvn${scriptName#mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;;
esac
# apply MVNW_REPOURL and calculate MAVEN_HOME
# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-<version>,maven-mvnd-<version>-<platform>}/<hash>
[ -z "${MVNW_REPOURL-}" ] || distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}"
distributionUrlName="${distributionUrl##*/}"
distributionUrlNameMain="${distributionUrlName%.*}"
distributionUrlNameMain="${distributionUrlNameMain%-bin}"
MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}"
MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string "$distributionUrl")"
exec_maven() {
unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || :
exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec $MAVEN_HOME/bin/$MVN_CMD"
}
if [ -d "$MAVEN_HOME" ]; then
verbose "found existing MAVEN_HOME at $MAVEN_HOME"
exec_maven "$@"
fi
case "${distributionUrl-}" in
*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;;
*) die "distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found '${distributionUrl-}'" ;;
esac
# prepare tmp dir
if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then
clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; }
trap clean HUP INT TERM EXIT
else
die "cannot create temp dir"
fi
mkdir -p -- "${MAVEN_HOME%/*}"
# Download and Install Apache Maven
verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
verbose "Downloading from: $distributionUrl"
verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
# select .zip or .tar.gz
if ! command -v unzip >/dev/null; then
distributionUrl="${distributionUrl%.zip}.tar.gz"
distributionUrlName="${distributionUrl##*/}"
fi
# verbose opt
__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR=''
[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' __MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v
# normalize http auth
case "${MVNW_PASSWORD:+has-password}" in
'') MVNW_USERNAME='' MVNW_PASSWORD='' ;;
has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' ;;
esac
if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then
verbose "Found wget ... using wget"
wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O "$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch $distributionUrl"
elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then
verbose "Found curl ... using curl"
curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o "$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: Failed to fetch $distributionUrl"
elif set_java_home; then
verbose "Falling back to use Java to download"
javaSource="$TMP_DOWNLOAD_DIR/Downloader.java"
targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName"
cat >"$javaSource" <<-END
public class Downloader extends java.net.Authenticator
{
protected java.net.PasswordAuthentication getPasswordAuthentication()
{
return new java.net.PasswordAuthentication( System.getenv( "MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() );
}
public static void main( String[] args ) throws Exception
{
setDefault( new Downloader() );
java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() );
}
}
END
# For Cygwin/MinGW, switch paths to Windows format before running javac and java
verbose " - Compiling Downloader.java ..."
"$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed to compile Downloader.java"
verbose " - Running Downloader.java ..."
"$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")"
fi
# If specified, validate the SHA-256 sum of the Maven distribution zip file
if [ -n "${distributionSha256Sum-}" ]; then
distributionSha256Result=false
if [ "$MVN_CMD" = mvnd.sh ]; then
echo "Checksum validation is not supported for maven-mvnd." >&2
echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
exit 1
elif command -v sha256sum >/dev/null; then
if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c - >/dev/null 2>&1; then
distributionSha256Result=true
fi
elif command -v shasum >/dev/null; then
if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then
distributionSha256Result=true
fi
else
echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2
echo "Please install either command, or disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2
exit 1
fi
if [ $distributionSha256Result = false ]; then
echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2
echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2
exit 1
fi
fi
# unzip and move
if command -v unzip >/dev/null; then
unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed to unzip"
else
tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar"
fi
# Find the actual extracted directory name (handles snapshots where filename != directory name)
actualDistributionDir=""
# First try the expected directory name (for regular distributions)
if [ -d "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" ]; then
if [ -f "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/bin/$MVN_CMD" ]; then
actualDistributionDir="$distributionUrlNameMain"
fi
fi
# If not found, search for any directory with the Maven executable (for snapshots)
if [ -z "$actualDistributionDir" ]; then
# enable globbing to iterate over items
set +f
for dir in "$TMP_DOWNLOAD_DIR"/*; do
if [ -d "$dir" ]; then
if [ -f "$dir/bin/$MVN_CMD" ]; then
actualDistributionDir="$(basename "$dir")"
break
fi
fi
done
set -f
fi
if [ -z "$actualDistributionDir" ]; then
verbose "Contents of $TMP_DOWNLOAD_DIR:"
verbose "$(ls -la "$TMP_DOWNLOAD_DIR")"
die "Could not find Maven distribution directory in extracted archive"
fi
verbose "Found extracted Maven distribution directory: $actualDistributionDir"
printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$actualDistributionDir/mvnw.url"
mv -- "$TMP_DOWNLOAD_DIR/$actualDistributionDir" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME"
clean || :
exec_maven "$@"

View File

@@ -1,189 +0,0 @@
<# : batch portion
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Apache Maven Wrapper startup batch script, version 3.3.4
@REM
@REM Optional ENV vars
@REM MVNW_REPOURL - repo url base for downloading maven distribution
@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven
@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output
@REM ----------------------------------------------------------------------------
@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0)
@SET __MVNW_CMD__=
@SET __MVNW_ERROR__=
@SET __MVNW_PSMODULEP_SAVE=%PSModulePath%
@SET PSModulePath=
@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @(
IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B)
)
@SET PSModulePath=%__MVNW_PSMODULEP_SAVE%
@SET __MVNW_PSMODULEP_SAVE=
@SET __MVNW_ARG0_NAME__=
@SET MVNW_USERNAME=
@SET MVNW_PASSWORD=
@IF NOT "%__MVNW_CMD__%"=="" ("%__MVNW_CMD__%" %*)
@echo Cannot start maven from wrapper >&2 && exit /b 1
@GOTO :EOF
: end batch / begin powershell #>
$ErrorActionPreference = "Stop"
if ($env:MVNW_VERBOSE -eq "true") {
$VerbosePreference = "Continue"
}
# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties
$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl
if (!$distributionUrl) {
Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties"
}
switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) {
"maven-mvnd-*" {
$USE_MVND = $true
$distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip"
$MVN_CMD = "mvnd.cmd"
break
}
default {
$USE_MVND = $false
$MVN_CMD = $script -replace '^mvnw','mvn'
break
}
}
# apply MVNW_REPOURL and calculate MAVEN_HOME
# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-<version>,maven-mvnd-<version>-<platform>}/<hash>
if ($env:MVNW_REPOURL) {
$MVNW_REPO_PATTERN = if ($USE_MVND -eq $False) { "/org/apache/maven/" } else { "/maven/mvnd/" }
$distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace "^.*$MVNW_REPO_PATTERN",'')"
}
$distributionUrlName = $distributionUrl -replace '^.*/',''
$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$',''
$MAVEN_M2_PATH = "$HOME/.m2"
if ($env:MAVEN_USER_HOME) {
$MAVEN_M2_PATH = "$env:MAVEN_USER_HOME"
}
if (-not (Test-Path -Path $MAVEN_M2_PATH)) {
New-Item -Path $MAVEN_M2_PATH -ItemType Directory | Out-Null
}
$MAVEN_WRAPPER_DISTS = $null
if ((Get-Item $MAVEN_M2_PATH).Target[0] -eq $null) {
$MAVEN_WRAPPER_DISTS = "$MAVEN_M2_PATH/wrapper/dists"
} else {
$MAVEN_WRAPPER_DISTS = (Get-Item $MAVEN_M2_PATH).Target[0] + "/wrapper/dists"
}
$MAVEN_HOME_PARENT = "$MAVEN_WRAPPER_DISTS/$distributionUrlNameMain"
$MAVEN_HOME_NAME = ([System.Security.Cryptography.SHA256]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join ''
$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME"
if (Test-Path -Path "$MAVEN_HOME" -PathType Container) {
Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME"
Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"
exit $?
}
if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) {
Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl"
}
# prepare tmp dir
$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile
$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir"
$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null
trap {
if ($TMP_DOWNLOAD_DIR.Exists) {
try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
}
}
New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null
# Download and Install Apache Maven
Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..."
Write-Verbose "Downloading from: $distributionUrl"
Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName"
$webclient = New-Object System.Net.WebClient
if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) {
$webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD)
}
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null
# If specified, validate the SHA-256 sum of the Maven distribution zip file
$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum
if ($distributionSha256Sum) {
if ($USE_MVND) {
Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties."
}
Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) {
Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property."
}
}
# unzip and move
Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null
# Find the actual extracted directory name (handles snapshots where filename != directory name)
$actualDistributionDir = ""
# First try the expected directory name (for regular distributions)
$expectedPath = Join-Path "$TMP_DOWNLOAD_DIR" "$distributionUrlNameMain"
$expectedMvnPath = Join-Path "$expectedPath" "bin/$MVN_CMD"
if ((Test-Path -Path $expectedPath -PathType Container) -and (Test-Path -Path $expectedMvnPath -PathType Leaf)) {
$actualDistributionDir = $distributionUrlNameMain
}
# If not found, search for any directory with the Maven executable (for snapshots)
if (!$actualDistributionDir) {
Get-ChildItem -Path "$TMP_DOWNLOAD_DIR" -Directory | ForEach-Object {
$testPath = Join-Path $_.FullName "bin/$MVN_CMD"
if (Test-Path -Path $testPath -PathType Leaf) {
$actualDistributionDir = $_.Name
}
}
}
if (!$actualDistributionDir) {
Write-Error "Could not find Maven distribution directory in extracted archive"
}
Write-Verbose "Found extracted Maven distribution directory: $actualDistributionDir"
Rename-Item -Path "$TMP_DOWNLOAD_DIR/$actualDistributionDir" -NewName $MAVEN_HOME_NAME | Out-Null
try {
Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null
} catch {
if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) {
Write-Error "fail to move MAVEN_HOME"
}
} finally {
try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null }
catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" }
}
Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD"

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>org.lingniu</groupId>
<artifactId>idp-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>idp-starter</name>
<description>idp-starter</description>
<url/>

View File

@@ -142,6 +142,7 @@ public class AuthorizationServerConfig {
.scope("read")
.scope("write")
.build();
// Save registered client's in db as if in-memory
JdbcRegisteredClientRepository registeredClientRepository = new JdbcRegisteredClientRepository(jdbcTemplate);
registeredClientRepository.save(client);

View File

@@ -37,7 +37,7 @@ public class CaptchaConfig
// 验证码文本字符长度 默认为5
properties.setProperty(KAPTCHA_TEXTPRODUCER_CHAR_LENGTH, "4");
// 验证码文本字体样式 默认为new Font("Arial", 1, fontSize), new Font("Courier", 1, fontSize)
properties.setProperty(KAPTCHA_TEXTPRODUCER_FONT_NAMES, "Arial,Courier");
properties.setProperty(KAPTCHA_TEXTPRODUCER_FONT_NAMES, "DejaVu San,DejaVu Serif,DejaVu Sans Mono,Arial,Courier");
// 图片样式 水纹com.google.code.kaptcha.impl.WaterRipple 鱼眼com.google.code.kaptcha.impl.FishEyeGimpy 阴影com.google.code.kaptcha.impl.ShadowGimpy
properties.setProperty(KAPTCHA_OBSCURIFICATOR_IMPL, "com.google.code.kaptcha.impl.ShadowGimpy");
Config config = new Config(properties);
@@ -71,7 +71,7 @@ public class CaptchaConfig
// 验证码文本字符长度 默认为5
properties.setProperty(KAPTCHA_TEXTPRODUCER_CHAR_LENGTH, "6");
// 验证码文本字体样式 默认为new Font("Arial", 1, fontSize), new Font("Courier", 1, fontSize)
properties.setProperty(KAPTCHA_TEXTPRODUCER_FONT_NAMES, "Arial,Courier");
properties.setProperty(KAPTCHA_TEXTPRODUCER_FONT_NAMES, "DejaVu San,DejaVu Serif,DejaVu Sans Mono,Arial,Courier");
// 验证码噪点颜色 默认为Color.BLACK
properties.setProperty(KAPTCHA_NOISE_COLOR, "white");
// 干扰实现类

View File

@@ -21,11 +21,11 @@ Cookie: idp_refresh_token=7bb21a0dcac94aec99f08ae6a2d6db30
client_id=2c6f1d9ff78641c78d72a848&redirect_uri=http%3A%2F%2Flocalhost%3A81%2Fcallback&response_type=code&state=LXcbn1xobq6unvUCz5uwG7PcwtsNdbWg&scope=openid
### @name 一次性授权码登录
POST http://localhost:8000/oauth2/token
POST http://idp.lingniu.com/oauth2/token
Content-Type: application/x-www-form-urlencoded
Authorization: Basic MmM2ZjFkOWZmNzg2NDFjNzhkNzJhODQ4OmkxYnBlcjFKdzJnTGVUelVOMW9uaXd1SUNQRFFnTnVRRWNZeFRLSjVpdjA=
grant_type=authorization_code&redirect_uri=http%3A%2F%2Flocalhost%3A81%2Fcallback&code=qmkNPAOk7pKTrTcHecwfSuona-O9Kjs-bbgSthovqSZz-wBhrqh9SUVeVUEN8ct4Gr7V-Dt4xMeupw3gFslSlbxZ8t2UHl74-63rGp7xnDVUGFWAA99TVa8hOnSgABZX&state=LXcbn1xobq6unvUCz5uwG7PcwtsNdbWg
grant_type=authorization_code&redirect_uri=http%3A%2F%2F106.14.217.120%2Fportal-ui%2Fcallback&code=ddaKrgG3dJCEnuRkQifzPFT-6CVPgZiPkc2B-a222jvkKT2lBId8eej9HigCP07EJphe5icFoFs85P98B-_RnCa4YP5dH6nNPazaa8Mja3u1fJ4GLu54JGduDnN_By7K&state=hFH5yAFqSxseGODiUFyCrjYVFJUnUN6GX3J9p7PyTsI%3D
####
@@ -46,3 +46,19 @@ Content-Type: application/x-www-form-urlencoded
Authorization: Basic MmM2ZjFkOWZmNzg2NDFjNzhkNzJhODQ4OmkxYnBlcjFKdzJnTGVUelVOMW9uaXd1SUNQRFFnTnVRRWNZeFRLSjVpdjA=
grant_type=refresh_token&refresh_token=_NfU5Gdy_dANJkbvjJm6cK7PxNSHyQexWMY5KthA8Hs_nOFtPnTVChsHF-dmLjzhDRZk5nHNZWV7XhxyOp5qS-nLjScsrbvVwSmZhb20QpDLaSoUGtF-ZdBawvlceXks
###
GET http://idp.lingniu.com/portal-api/oauth2/authorization/portal
###
POST http://idp.lingniu.com/idp-api2/oauth2/authorize
Content-Type: application/x-www-form-urlencoded
Accept: application/json
Idp: bc46a1a9e21449a898e0bd978dc5b2fb
response_type=code&client_id=2c6f1d9ff78641c78d72a848&scope=openid%20profile%20perms&state=Jy8Q9QHmuPIx9QJ3Yj_StD6b1o2pzCv4ccb6XmfnPRs%3D&redirect_uri=http://106.14.217.120/portal-ui/callback&nonce=brzv1fO14EC4sY0LFIUz9UL9W3i4xw8t3tD9tGEGBvM
###
GET http://idp.lingniu.com/portal-api/login/oauth2/code/portal?code=8bc_NkChuAgey3hCBE6genllT_JEuMhWn7F9vvDQ9QdLdmvHoFMh891fobX8NwdvAB3fusqg6cumOResv-IISyGrOaeTx_0BizfMacNP4hXdOwPSqz1UhvH2sZvfKOVH&state=Jy8Q9QHmuPIx9QJ3Yj_StD6b1o2pzCv4ccb6XmfnPRs%3D

View File

@@ -171,7 +171,7 @@ public class AccessTokenInfo {
return null;
}
AccessTokenInfo.AccessTokenInfoBuilder builder = AccessTokenInfo.builder();
AccessTokenInfoBuilder builder = AccessTokenInfo.builder();
builder.userId((String) map.get("userId"));
builder.username((String) map.get("username"));

View File

@@ -72,12 +72,12 @@ public class ClientCredentialUtil {
* 生成完整的Client凭证
* @return 包含Client ID、原始Secret和加密Secret的Map
*/
public static java.util.Map<String, String> generateClientCredentials() {
public static Map<String, String> generateClientCredentials() {
String clientId = generateClientId();
String rawSecret = generateRandomSecret(32);
String encodedSecret = encodeWithBCryptPrefix(rawSecret);
java.util.Map<String, String> credentials = new java.util.HashMap<>();
Map<String, String> credentials = new java.util.HashMap<>();
credentials.put("clientId", clientId);
credentials.put("rawSecret", rawSecret);
credentials.put("encodedSecret", encodedSecret);

View File

@@ -14,7 +14,7 @@ project:
# 验证码类型 math 数字计算 char 字符验证
captchaType: math
server:
port: 8443
port: 8082
spring:
# 资源信息

View File

@@ -14,7 +14,7 @@ project:
# 验证码类型 math 数字计算 char 字符验证
captchaType: math
server:
port: 8443
port: 8082
spring:
# 资源信息
messages:

View File

@@ -1,3 +1,3 @@
spring:
profiles:
active: test
active: dev

View File

@@ -4,8 +4,8 @@ VITE_APP_TITLE = IDP统一登录系统
# 开发环境配置
VITE_APP_ENV = 'development'
VITE_APP_BASE_URL=/idp-ui/
VITE_APP_BASE_URL=/
# 开发环境
VITE_APP_BASE_API = '/idp-api2'
VITE_APP_BASE_API = '/dev-api'
VITE_APP_DEFAULT_PAGE=''

View File

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 954 B

After

Width:  |  Height:  |  Size: 954 B

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 179 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 971 B

After

Width:  |  Height:  |  Size: 971 B

View File

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 418 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 356 B

View File

Before

Width:  |  Height:  |  Size: 724 B

After

Width:  |  Height:  |  Size: 724 B

View File

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 818 B

View File

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

View File

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 347 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 497 B

View File

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 459 B

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 944 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Some files were not shown because too many files have changed in this diff Show More