S
skothuri
Guest
Hi, It is possible to work with external user management by implementing the following Java interfaces. com.tdiinc.userManager.Realm : Authenticates users & manages user/group creation. com.tdiinc.userManager.User : Java model of BPM User com.tdiinc.userManager.Group : Java model of BPM User Group Refer to the documentation at documentation.progress.com/.../index.html for its related configuration. The custom Realm can be implemented to communicate with the external system for authentication. For example, to use OAuth2, you can use any Java OAuth2 client wrapped with-in you Realm implementation to authorize BPM users. (this suggestion is not verified) Please do remember that in your custom Realm implementation, you should have an "admin/admin" BPM user for which unlimited access is provided with-in BPM after installation. This is required because only a user with "admin" privileges can grant permissions to other users.
Continue reading...
Continue reading...