cancel
Showing results for 
Search instead for 
Did you mean: 

i am unable to find Logout occ service and guest logout service

Former Member
0 Kudos

HI, i am trying to expose hybris services to one middle ware system.in that process i am not able to find occ services for Logout and guest logout.please suggest me where can i get these services.i am using V2 version(hybris5.7).and for v1 version we have these services available.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Satish,

v2 version of hybris is stateless. It follow the oAuth for authentication & authorization. Once you get the token (encrypted it and ) store it in client side. In every subsequent call just pass the token in the header.

In case of logout you can just remove the token from client side. It is enough as hybris is not maintaining any state in the server.

Former Member
0 Kudos

Hi Manish, thanks for your reply.i am working on post man Rest client.can you please suggest me what is the service url for log out.

Former Member
0 Kudos

Hi Manish, can you please give reply to this.i am using this service for log out https://localhost:9302/rest/v2/apparel-uk/users/current with delete method...thanks in advance