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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2018 05:20 AM
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 ?
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2018 06:22 AM
There is no extension hooks in the admin app to allow adding extra info in request headers.
