feat: Support acl authorization for IDP components

Configuration has been updated so the IDP requests
also pass through an Authorization component.
A new config option was added to choose
which authorization scheme to use for the IDP.
This commit is contained in:
Joachim Van Herwegen
2021-09-27 09:13:27 +02:00
parent 9968f2ae5b
commit 13c49045d4
44 changed files with 401 additions and 75 deletions

View File

@@ -8,6 +8,7 @@
"files-scs:config/http/middleware/websockets.json",
"files-scs:config/http/server-factory/websockets.json",
"files-scs:config/http/static/default.json",
"files-scs:config/identity/access/public.json",
"files-scs:config/identity/email/default.json",
"files-scs:config/identity/handler/default.json",
"files-scs:config/identity/ownership/token.json",