locked
Customer Protal Restricted access to the page RRS feed

  • Question

  • Hi there,

    I am using customer portal in CRM. Is there is any way that I can hide some of the pages from anonymous users and pages should be visible only to authenticated users. As I have seen in customer portal there is no way to give read,write permissions on the pages. Could you please advices me how I can do this.


    raj

    Tuesday, March 3, 2015 10:58 PM

All replies

  • hi Raj,

    on form load you can check if the user is logged in and redirect them to a access denied page or a login page

    Wednesday, March 4, 2015 1:38 AM
  • I did this and whenever user click on that page, it ask for username or password. After that it shows the page if user is authorized or not. It shows the page to all AD users instead of users who have access provided


    raj

    Wednesday, March 4, 2015 1:42 AM
  • hi Raj,

    the application pool should run as a CRM user, then use session variables to take the user to appropriate login page.

    regards

    Jithesh

    Wednesday, March 4, 2015 2:52 AM