plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
481 stars 655 forks source link

Volto with shibboleth of SSO #3074

Open terapyon opened 2 years ago

terapyon commented 2 years ago

Anyone, Have you used Volto with shibboleth of SSO? I need to use this. I think very difficult to use shibboleth because Volto has server-side rendering. Do you have any solutions?

Or, Can I disable server-side rendering? Or, Can Volto set different API URL from browser API call?

tiberiuichim commented 2 years ago

@terapyon there's RAZZLE_INTERNAL_API_PATH for the "SSR server needs to use a different URL backend".

terapyon commented 2 years ago

@tiberiuichim Thank you for your information. I will try it.

sneridagh commented 2 years ago

@terapyon we implemented SSO with discourse at some point. I remember that it was all browser-based (redirect to the SSO server, then back with the required info, set it up, configure tokens/cookies etc.