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!

Reply
  • 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!

Children