Expand my Community achievements bar.

External Users registration question

Avatar

Former Community Member
Hello All,



We are using Adobe Livecycle Policy server 7.0.2. and have these questions :



1) Is there a way to handle external user accounts, if we do not want to go through the process of having them register online with Policy server and also without having to add them to the company's internal directory? Does a upgrade to version ES offers any alternatives?



2) Can we create policies, that enforce specific IP address(es) (specify client IP for access to documents) ?



Thanks in advance!!
1 Reply

Avatar

Former Community Member
There are a couple of additional options for handling external user accounts. You can write an "External Registration Service Provider" that will allow you to write code to register users in any way you see fit. Additionally, in LC ES, there is the concept of a "local user", which can be created and managed by an administrator using administrative web console or can also be created programatically using our APIs.



With regard to creating policies that enforce specific IP addresses, in LC ES we have introduced a new service provider called an "External Authorization service provider." Using this, you can write code to specify which IP addresses are allowed.



Hope this helps,



-Bill