cancel
Showing results for 
Search instead for 
Did you mean: 

Catch Activiti Rest calls, Activiti 5.19 on tomcat with waffle

ilansch
Champ in-the-making
Champ in-the-making
Hi, We have implemented activiti 5.19 on tomcat 7 with Waffle windows authentication (Server 2012).
What i want to do, instead of sending header in the HTTP request message, is to make my own logic of authentication.
What do i need to change, I am looking for a .checkPassword(..) somewhere, a class that i need to replace.

When i send Get request (for example) via chrome, i get a Windows Authentication popup, requesting for username/password.
I want to catch that place and instead of the default impl, to set my own.

Where should i start ? I was looking for classes like RestAuthenticator or a class that implement RestAuthenticator but could not find one.\


Thanks.


2 REPLIES 2

uk_fhir
Champ in-the-making
Champ in-the-making
Wouldn't you need the authentication in the header for a REST call?

ilansch
Champ in-the-making
Champ in-the-making
Yes. I confused.. I provide my header and tomcat will ntlm\kerberos me and authenticate the user is in active directory.