-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When in active mode, a running instance of Mosaic is made available via a fastify webserver. All requests are unauthenticated including admin APIs.
We need to integrate authentication for:
- All Admin APIs,
- Workflows API
- Content API, though this could be configurable to allow for public access
There is a fastify plugin for passport.js which looks promising and could be combined with a strategy that uses OAuth OIDC --> https://www.passportjs.org/packages/passport-openidconnect/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request