This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

OpenText Connector Authentication Examples

All

I'm looking for an example of Authentication when using OpenText Connector.  When I use REST API into Content Server for authentication I get back OTCSTicket that I use in header.  Any examples of how to configure the OpenText connector are welcome.

Many thanks

Parents
  • Verified Answer

    +1  

    The OpenText connector has configuration options for ‘Username’ and ‘Password’. These are used with the ‘api/v1/auth’ endpoint to retrieve a ticket that is used to populate the ‘OTCSTicket’ header for further requests. An example connector configuration task section would be as follows:

    [MyTask1]

    OpenTextApiUrl=my.contentserver.instance/.../cs

    Username=MyUser

    Password=P@ssword!

  • 0   in reply to   

    Hello David  Many thanks for your reply.  I'm still unsure where the OTCSTicket goes however..?  In my postman it goes as part of the headers.  Do I add OTCSTicket to the MyTask1 and the populate the value with the retrieved ticket value..?

Reply
  • 0   in reply to   

    Hello David  Many thanks for your reply.  I'm still unsure where the OTCSTicket goes however..?  In my postman it goes as part of the headers.  Do I add OTCSTicket to the MyTask1 and the populate the value with the retrieved ticket value..?

Children
  • Suggested Answer

    0   in reply to   

    With the OpenText Connector, you do not need to handle or configure the OTCSTicket anywhere yourself, you only need to configure the username/password of the user you wish to authenticate as. The retrieval/handling of the OTCSTicket is done internally by the connector