Is there a way to limit a user to a single application?

I have created an application with the C8Y CLI using the application scaffold option that I intend to demonstrate as a demo for a client company.

The application has been uploaded to my company’s Cumulocity tenant and can be accessed from the application switcher in the top bar for select users in our company.

Ideally, however, I would want the client to be able to access the same application with his own account, but only see the demo application and not the top bar (highlighted in red below) with the application switcher. Or, if it is visible, make sure he/she does not have access to the other applications such as Administration.

Finally, as an addendum, is there a way to remove this label in the bottom left corner of my application?

image

Hi Lucas,

You can in general hide what ever parts you want using some custom CSS that you can include as part of the branding entry of your application or as part of the global branding of your tenant.
The simpler way of ensuring that the user is not able to see and access the other applications is by limiting the permissions of the user so that he only has access to that single application.
You should ensure that the user is not having a global role with an Application management permission and then you can either allow a specific application directly on user level or on global role level.

You can set the hidePowered application option in your package.json to remove the powered by Cumulocity term.

Regards,
Tristan

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.