Forum - PdsClient in PHP (login)

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #71379
    Dulip Withanage
    Participant

    Currently , I am writing a PHP client similar to PdsClient

    https://exlibrisgroup.github.io/Rosetta.dps-sdk-projects/current/javadoc/com/exlibris/dps/sdk/pds/PdsClient.html

    What is exactly the login() does here to get the pshandle, cause I did not find the source-code for that Class.

    Can I use a basic HTTP authentication there or is also a SOAP endpint ?

    #72173
    Dan Shor
    Participant

    Hi Dulip,

    Yes. It is possible to use basic HTTP authentication instead of PDS authentication but only if the user is a locally authenticated user. Please see further information in the following documentation (Authentication section): https://developers.exlibrisgroup.com/rosetta/apis/soap-apis/

    If you still prefer to use the PDS authentication then, in general terms, the login() PDS method uses the PDS configuration to find the relevant authentication method and source to be used for authentication and together with the credentials supplied tries to authenticate. If successful it returns a pdshandle for further use in the API. Is this sufficient or do you require more details?

    Thanks,
    Dan

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.