We need to run siteminder for security. Any ideas how to work around this?
What is Siteminder doing to cause this?
And what does it look like? ("prevents edit from working" does not describe the symptoms, which probably isn't that important to your main question, but it might be useful to see what exactly is going wrong)
I don't know exactly what SiteMinder is blocking, but I think it's something with REST commands... I just figured out a hack workaround for the edit button not working (needing to right click and open in new tab/window)… I was adding some javascript to make the edit button open in a new tab (adding a target=blank to the edit link), when I noticed that you’d still have to click the edit button twice before it worked, then I remembered a hack I devised to mitigate a similar issue about 10 years ago: I added a second edit button and hid the first one through theme builder… Now it works and I don’t even need the javascript!
I'm using Adaptavist Theme Builder, but if I were using regular confluence, I'd try making a user macro with the following and put it in the header maybe (unless these web item macros are only enabled through theme builder?) :
<span style="display:none">
<ac:structured-macro ac:name="web-item">
<ac:parameter ac:name="item">edit-page</ac:parameter>
<ac:parameter ac:name="section">system.content.button</ac:parameter>
<ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter>
<ac:rich-text-body>
<p>Edit Page</p>
</ac:rich-text-body>
</ac:structured-macro>
</span>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.