Expand my Community achievements bar.

Authenticating Right Managment user to default domain via Secure Web Service

Avatar

Level 1

Hi,

I wantto know if this is possible (and any pointers would help):

I am architecting LC RM so that the database containing the userID and password are on a seperate box than RM. To authenticate the users, I do not want to use JDBC, but rather a secure web service call.

1. Can it be done

2. Is there any documentaion / examples.

Thank you

Mike

1 Reply

Avatar

Level 4

You would need to implement a AuthProvider SPI  In this SPI you can implement the required logic which makes a WebService call and performs the required authentication