Hi Sebastian,
Is there any integration with secured (e.g. OAuth) Digital Asset Management solutions? Perhaps, it exists and wasn’t reflected in the documentation or I missed it.
What I mean by integration. For example:
- There is an OAuth secured API which provides access to image/video etc.
- There is an OAuth STS.
A writer creates the next content:
<p>
<img src=“https://external-dam/api/sample.png?version=1”/>
</p>
<p>
<iframe src=“https://external-dam/api/sample-video?version=1”/>
</p>
Result: it won’t be visible in WYSIWYG editor.
Currently we are experimenting with Squidex cloud. For production it will be Azure hosted solution.
As far as I understand it comes down to Authenticating Squidex against STS and sending access token to the API.
PS Great job with Squidex!