Written by

Question Nezla · Feb 21, 2023

User access

Go to the original post@Nezla

Hi Guys,

How to create a user that can have access to only one specific Zen page of an application?

Thanks

Product version: Caché 2014.1

Comments

Davide Vittorio Pagani · Feb 21, 2023

Hi, in order to do that you need to create a resource first (see: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…), assign that resource to your application (see: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…) and or zen page (see: https://docs.intersystems.com/ens201817/csp/docbook/Doc.View.cls?KEY=GZ… ) then assign this resource to your role (see: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…) and then assign this role to your users.

Hope this can help

0
Nezla  Feb 21, 2023 to Davide Vittorio Pagani

Thanks Davide, but assigning this new resource to the application or  Zen page which is part of my application, would this prohibit other current users from accessing it?

Thanks

0
Davide Vittorio Pagani  Feb 22, 2023 to Nezla

Yes, you have to give this role to everybody who need that resource to be used.

0