Files
certd/packages/ui/certd-server/metadata/addon_oauth_oidc.yaml
T
xiaojunnuo b49ddbfef9 v1.39.15
2026-05-13 13:49:09 +08:00

44 lines
1011 B
YAML

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
iconSets:
- streamline-logos
- logos
- fa-brands
- fa-solid
- fa-regular
- carbon
- ion
- ant-design
- mdi
- twemoji
- svg-spinners
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