ASTRO企业应用 ASTROPRO-开发自定义认证插件:认证配置

时间:2024-11-13 15:18:50

认证配置

在配置文件中加入oauth2认证相关配置和devspore相关配置,如下:
devspore:
  auth:
    exclude-paths: GET:/test # 不需要认证的路径,多个规则用;分隔
    auth-patterns: /v1/**  # 需要认证的路径,多个规则用;分隔
    in-header: true  # token是否在header中,默认true
    token-name: X-Auth-Token  # token在header中的参数名,inHeader设置为true时生效,默认X-Auth-Token
support.huaweicloud.com/usermanual-astropro/astropro_05_0162.html