Add the ability to select user info source

using the PENPOT_OIDC_USER_INFO_SOURCE environment variable
with two possible values: token and userinfo
This commit is contained in:
Andrey Antukh 2023-07-03 10:43:35 +02:00
parent dda67af5cc
commit 8cda8924df
2 changed files with 8 additions and 2 deletions

View file

@ -146,6 +146,7 @@
(s/def ::google-client-id ::us/string)
(s/def ::google-client-secret ::us/string)
(s/def ::oidc-client-id ::us/string)
(s/def ::oidc-user-info-source ::us/keyword)
(s/def ::oidc-client-secret ::us/string)
(s/def ::oidc-base-uri ::us/string)
(s/def ::oidc-token-uri ::us/string)
@ -242,6 +243,7 @@
::google-client-secret
::oidc-client-id
::oidc-client-secret
::oidc-user-info-source
::oidc-base-uri
::oidc-token-uri
::oidc-auth-uri