You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's suppose we have a ready-to-use SastixCMS platform. The main question is how can it be used securely and effectively from a third party application?
To be discussed:
Installation, setup, configuration; how to setup the platform and configure it properly with another application (java, python)
Public vs Authenticated access on REST APIs.
Integration with existing Single sign on solutions
Easy integration with known cloud providers (AWS, Google Cloud, Azure)
The text was updated successfully, but these errors were encountered:
@iskitsas what if we wrap the cms application
with a graphQl wrapper ,where another layer of access management can be implemented.A third party user can just tun the container and use gql endpoints.We can keep one config that will be used to bootstrap the cms app.
Let's suppose we have a ready-to-use SastixCMS platform. The main question is how can it be used securely and effectively from a third party application?
To be discussed:
The text was updated successfully, but these errors were encountered: