mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 08:36:11 +02:00
🐛 Fix OICD auth provider roles checking mechanism
This commit is contained in:
parent
3a57b436a4
commit
c31eb2df42
3 changed files with 14 additions and 8 deletions
|
@ -153,7 +153,7 @@
|
|||
(s/def ::oidc-user-uri ::us/string)
|
||||
(s/def ::oidc-scopes ::us/set-of-strings)
|
||||
(s/def ::oidc-roles ::us/set-of-strings)
|
||||
(s/def ::oidc-roles-attr ::us/keyword)
|
||||
(s/def ::oidc-roles-attr ::us/string)
|
||||
(s/def ::oidc-email-attr ::us/keyword)
|
||||
(s/def ::oidc-name-attr ::us/keyword)
|
||||
(s/def ::host ::us/string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue