cancel
Showing results for 
Search instead for 
Did you mean: 

How to allow access only to an intranet page

SOLVED
mbini_
New Contributor

How to allow access only to an intranet page

Hallo..I' ve problems with the ive configuration: i'm trying to give external users access to some sharepoint urls,but i don't want that they could go to the home intranet page and so navigate in it. In short, i need that this kind of users go in the specific pages i setted and navigate in that subpages.

I 've tried do deny the home page url, but in this way i can't reach the page i need to allow.

How can i do?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
VVJ_
Contributor

Re: How to allow access only to an intranet page

You could try put the "more specific" URLs you need to provide access to in the top of the Web ACL list under Resource Policies > Web > Web ACL and the home page towards the bottom.

For example, if you need to allow http://homepage.net/sales/* and http://homepage.net/dev/*_ for the users and NOT allow http://homepage.net/*, then create 3 ACLs in the following order in the Web ACL list

http://homepage.net/sales/*_ Allow

http://homepage.net/dev/*_ Allow

http://homepage.net/*_ Deny

The ACLs are evaluated top to bottom and hence the more specific URLs would be checked first and allowed.

Hope this helps.

View solution in original post

5 REPLIES 5
VVJ_
Contributor

Re: How to allow access only to an intranet page

You could try put the "more specific" URLs you need to provide access to in the top of the Web ACL list under Resource Policies > Web > Web ACL and the home page towards the bottom.

For example, if you need to allow http://homepage.net/sales/* and http://homepage.net/dev/*_ for the users and NOT allow http://homepage.net/*, then create 3 ACLs in the following order in the Web ACL list

http://homepage.net/sales/*_ Allow

http://homepage.net/dev/*_ Allow

http://homepage.net/*_ Deny

The ACLs are evaluated top to bottom and hence the more specific URLs would be checked first and allowed.

Hope this helps.

mbini_
New Contributor

Re: How to allow access only to an intranet page

ok..i'll try to apply that..I will tell you something.

Thanks a lot!!

mbini_
New Contributor

Re: How to allow access only to an intranet page

oK!!

now is possible to have a selective browsing..Thank you very much.

But i have another problem with some some pages..If you see the screenshot attached, maybe you can help me again.

There is something who blocks the expansion of menues..Is strange,maybe is something about java application..

VVJ_
Contributor

Re: How to allow access only to an intranet page

Good to know that it works. If you think this is a good solution, please flag it so that others can benifit from the same (A kudos would be good if you think I earned it:-) )
Back to your next query. I am not sure if this is a Java issue but you could try create an ACL under Resource Policies > Web > Java ACL. Allow everything (*) for now. This would help to make sure that its not a Java ACL related issue. _

zanyterp_
Respected Contributor

Re: How to allow access only to an intranet page

It looks like an error in Javascript (or Java if that is what the page is written in); please gather the information here (Rewrite troubleshooting and log collection) and open a JTAC case for further investigation.