Currently, we have a space that is open to public. But we want to restrict access to it. The access should be restricted to customers that have authenticated using our own auth mechanism.
We considered two options:
1. Call Confluence REST apis and expose that particular space as a webpage somehow.
2. Set up Confluence server and custom build auth on it.
What's the best way to go about it?