OTDS Rest API Log Out

Our application logs in users by obtaining an OTDS ticket (/authentication/credentials) and using that ticket to obtain a ticket for resources (/authentication/ticketforresource). Is there a way to revoke that ticket using OTDS Rest API to enforce a log out?

Comments

  • Hi Hannah,

    You are able to revoke the OTDS token by using 'DELETE' verb and '/authentication/oauth/{token}'. This should revoke the token that you pass to the method.

    The documentation for the REST API for OTDS is delivered with the product and can be found under '/otdsws/api/'.