Dear Fellow Experts,
Trust everyone is safe and healthy.
We have a requirement where the customer wants to have the user access review within their own app (Third party app). So the user would log into their third party app, see all the review items and then maintain/revoke it from their instead of users logging into the RSA IGL Web portal.
Would like to check the feasibility of this, whether it’s possible and if yes, how may I achieve this? May be through APIs or DB views?
Also, is it advisable to expose DB views to third party applications?
I do not think this is feasible.
The Web Services does have API commands for reviews. (see updateReviewItems) I do not think it would be feasible to write an entire application to do reviews externally.
You may not expose DB views to a third party application especially for write action.