We have an application external to confluence that has a link to launch a space in confluence. On server, we were able to apply the credentials from the link using dologin in the url. This ID also have configuration in the customer html at end of HEAD:
<script type="text/javascript">
AJS.toInit(function(){
if (AJS.params.remoteUser == 'docs'){
AJS.$("#space-tools-menu-trigger").hide();
AJS.$('#header').hide();
AJS.$('#action-menu-link').hide();
AJS.$('#children-section').hide();
AJS.$('#shareContentLink').hide();
AJS.$('#likes-section').hide();
AJS.$('#labels-section').hide();
AJS.$('#watch-content-button').hide();
}
});
</script>
This hides much of the navigation and functionality of confluence to make this view only for the ID docs
Is there a way to provide something similar for cloud?
Hi Todd,
Server allows you to add javascript and html scripts. However, cloud does not provide this functionality. There are possibilities with add-ons.
See similar post below:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.