How should I make activiti-admin make rest call to activiti-app /api/* with Basic Auth Header info ?

cancel
Showing results for 
Search instead for 
Did you mean: 
dharamjeet
Active Member II

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-admin which is making rest call to the activiti-app "api/enterprise/app-version" and  other api endpoints but in request I don't find Authorization header to authenticate it using my overriden authentication mechanism. Can anybody help me where I'm going wrong ?

1 Reply
bassam_al-saror
Alfresco Employee

Re: How should I make activiti-admin make rest call to activiti-app /api/* with Basic Auth Header info ?

There is no extension hooks in the admin app to allow adding extra info in request headers.