For Confluence Server, does anyone know how to use REST API when there is SAML SSO? Shibboleth is the IdP.
This works for spaces that allow anonymous view access.
curl -H "Authorization: Bearer <my personal access token>" -X GET "https://xxxx/rest/api/space/spacename?expand=description"
With restricted spaces, the error is:
{"statusCode":404,"data":{"authorized":false,"valid":true,"allowedInReadOnlyMode":true,"errors":[],"successful":false},"message":"No space found with key : spacename","reason":"Not Found"}
Any help is appreciated. Thank you.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.