Files
certd/packages/ui/certd-server/metadata/addon_oauth_oidc.yaml
2025-12-31 18:39:58 +08:00

32 lines
785 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
addonType: oauth
name: oidc
title: OIDC认证
desc: OpenID Connect 认证,统一认证服务
icon: simple-icons:fusionauth:#006be6
showTest: false
input:
icon:
title: 自定义图标
component:
name: fs-icon-selector
vModel: modelValue
required: false
clientId:
title: ClientId
helper: ClientId / appId
required: true
clientSecretKey:
title: ClientSecretKey
component:
placeholder: ClientSecretKey / appSecretKey
required: true
issuerUrl:
title: 服务地址
helper: Issuer地址服务发现地址去掉/.well-known/openid-configuration
component:
placeholder: https://oidc.example.com/oidc
required: true
pluginType: addon
type: builtIn
scriptFilePath: /plugins/plugin-oauth/oidc/plugin-oidc.js