mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 22:16:10 +02:00
✨ Improve OICD attrs lookup mechanism
This commit is contained in:
parent
364dadc93f
commit
c0ccc4a5c5
3 changed files with 28 additions and 23 deletions
|
@ -154,8 +154,8 @@
|
|||
(s/def ::oidc-scopes ::us/set-of-strings)
|
||||
(s/def ::oidc-roles ::us/set-of-strings)
|
||||
(s/def ::oidc-roles-attr ::us/string)
|
||||
(s/def ::oidc-email-attr ::us/keyword)
|
||||
(s/def ::oidc-name-attr ::us/keyword)
|
||||
(s/def ::oidc-email-attr ::us/string)
|
||||
(s/def ::oidc-name-attr ::us/string)
|
||||
(s/def ::host ::us/string)
|
||||
(s/def ::http-server-port ::us/integer)
|
||||
(s/def ::http-server-host ::us/string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue