🐛 Fix OICD auth provider roles checking mechanism

This commit is contained in:
Andrey Antukh 2023-04-24 15:13:24 +02:00
parent 3a57b436a4
commit c31eb2df42
3 changed files with 14 additions and 8 deletions

View file

@ -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)