API Portal 8.2x qer-app-pwdportal question

Former Member
Former Member

Hi,

I'm migrating our Password Portal from Web Designer to Angular.In our current solution we use:

  • GetLimitedSQLDataReader , to obtain password recovery options for a given user.
  • QER_PasswordWeb_Authenticate to make an authentication via passcode.
  • VI.DB.JobGeneration.JobGen.Generate to generate an event on a table

I'm making modifications (so far, so good) to qer-app-pwdportal. Could anyone give me a hint on how these former functions translate into the "Angular" version on the portal, or which options do I have as a replacement?
Thanks!

Parents
  • Former Member
    0 Former Member over 2 years ago

    Hi Hanno,

    Excuse my "coming back" to it. I've finished step one, wrote an API plugin to accomplish what I need (it works) and uploaded to the database according to the documentation (talking 9.0):

    1. The .dll file appears in the root of the API Server folder \netpub\wwwroot\apiserver instead of \inetpub\wwwroot\apiserver\bin , is that normal?
    2. How can I configure any pluign for anonymous access (unaunthenticated) ?
    3. For the second step I'm a little bit confused on how to call newer functions from the angular code. Can you point me to some sample code or parts of the code in the github repository with calls to custom functions?

    Thanks and apologies. I'm very new to this.

Reply
  • Former Member
    0 Former Member over 2 years ago

    Hi Hanno,

    Excuse my "coming back" to it. I've finished step one, wrote an API plugin to accomplish what I need (it works) and uploaded to the database according to the documentation (talking 9.0):

    1. The .dll file appears in the root of the API Server folder \netpub\wwwroot\apiserver instead of \inetpub\wwwroot\apiserver\bin , is that normal?
    2. How can I configure any pluign for anonymous access (unaunthenticated) ?
    3. For the second step I'm a little bit confused on how to call newer functions from the angular code. Can you point me to some sample code or parts of the code in the github repository with calls to custom functions?

    Thanks and apologies. I'm very new to this.

Children