How should I make activiti-admin make rest call to activiti-app /api/* with Basic Auth Header info ?
By Default activiti /api/ are protected with Basic Authentication. I have overridden this security by implementing com.activiti.api.security.AlfrescoApiSecurityOverride class. it works well with both token and basic auth header. Now I have activiti-a...