Yuki Takei 5 лет назад
Родитель
Сommit
42c625dcbc
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      src/server/routes/apiv3/security-setting.js

+ 8 - 8
src/server/routes/apiv3/security-setting.js

@@ -227,28 +227,28 @@ const validator = {
  *          oidcIssuerHost:
  *          oidcIssuerHost:
  *            type: string
  *            type: string
  *            description: issuer host for oidc
  *            description: issuer host for oidc
- *          oidcAuthorizationEndpoint
+ *          oidcAuthorizationEndpoint:
  *            type: string
  *            type: string
  *            description: authorization endpoint for oidc
  *            description: authorization endpoint for oidc
- *          oidcTokenEndpoint
+ *          oidcTokenEndpoint:
  *            type: string
  *            type: string
  *            description: token endpoint for oidc
  *            description: token endpoint for oidc
- *          oidcRevocationEndpoint
+ *          oidcRevocationEndpoint:
  *            type: string
  *            type: string
  *            description: revocation endpoint for oidc
  *            description: revocation endpoint for oidc
- *          oidcIntrospectionEndpoint
+ *          oidcIntrospectionEndpoint:
  *            type: string
  *            type: string
  *            description: introspection endpoint for oidc
  *            description: introspection endpoint for oidc
- *          oidcUserInfoEndpoint
+ *          oidcUserInfoEndpoint:
  *            type: string
  *            type: string
  *            description: userinfo endpoint for oidc
  *            description: userinfo endpoint for oidc
- *          oidcEndSessionEndpoint
+ *          oidcEndSessionEndpoint:
  *            type: string
  *            type: string
  *            description: end session endpoint for oidc
  *            description: end session endpoint for oidc
- *          oidcRegistrationEndpoint
+ *          oidcRegistrationEndpoint:
  *            type: string
  *            type: string
  *            description: registration endpoint for oidc
  *            description: registration endpoint for oidc
- *          oidcJWKSUri
+ *          oidcJWKSUri:
  *            type: string
  *            type: string
  *            description: JSON Web Key Set URI for oidc
  *            description: JSON Web Key Set URI for oidc
  *          oidcClientId:
  *          oidcClientId: