문제

I have made a Windows Foundation Communication project which is connected with a RightNow CX database. For logging in I want to authenticate users by comparing the entered password with the corresponding password in the database. So the questions are:

  1. Where can I find the passwords in the database;
  2. How do I get access to the passwords?;
  3. Is an encryption needed?
도움이 되었습니까?

해결책

The only version of RightNow that supports something remotely like what you are attempting is 13.11 where RightNow can act as a SAML IDP. Other than that, there is no way to leverage usernames and passwords within the Oracle RightNow Cloud to authenticate to another system.

As @abhi mentioned, there is no access (encrypted or not) to contact or account passwords in RightNow.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top