feat: support oidc client_secret_path with env interpolation
This commit is contained in:
parent
9c8a2c0120
commit
01f432cedc
5 changed files with 116 additions and 16 deletions
|
|
@ -24,7 +24,8 @@ const serverConfig = type({
|
|||
const oidcConfig = type({
|
||||
issuer: 'string.url',
|
||||
client_id: 'string',
|
||||
client_secret: 'string',
|
||||
client_secret: 'string?',
|
||||
client_secret_path: 'string?',
|
||||
token_endpoint_auth_method:
|
||||
'"client_secret_basic" | "client_secret_post" | "client_secret_jwt"',
|
||||
redirect_uri: 'string.url?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue