User access
Hi Guys,
How to create a user that can have access to only one specific Zen page of an application?
Thanks
Comments
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
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
Yes, you have to give this role to everybody who need that resource to be used.