I need to configure a additional database for user authentication, and some third party need to authenticate the users entered.
Hi All,
1) I need to configure a additional database which has usernames and when I try to login to winchill , after entering credentials, My request has to go the additional Database( like oracle) which has usernames ( In some users table) and some business logic need to validate the entered username against the usernames present in the newly created db (users table). if the user exists, it need to redirect to windchill, otherwise It need to display a not authorized message. The whole process should be completed before touching the windchill application or Windchill DS.
2) I need to know how to break the flow to add the additional authentication.
Thanks.

