
我的配置如下
oauthOptions:
accessTokenMaxAge: 1h
accessTokenInactivityTimeout: 30m
identityProviders:
- name: openid
type: OIDCIdentityProvider
mappingMethod: auto
provider:
clientID: "xxxx"
clientSecret: "xxxx"
issuer: "https://1.22.3.55/issuer"
redirectURL: "http://dev.localhost:30880/oauth/redirect/openid"
preferredUsernameKey: "nickname"
scopes:
- openid