Would like to know, is there any Json Web Tokens based namespace access solution available on HCP?
we can't share the base64 encoded credentials to Client locations to get access to the name space. All the access to the HCP will be authenticated by our application layer.
Our use case: Users will be authenticated by our Java Web Application which will be accessed through browsers. Users will upload and download the files from the HCP through Java Web Apps in that case we were not able to share the HCP namespace credentials through Headers. This may introduce the risk of exposing our access credentials in client location.
You need a web-service running on your server that will receive client's files using any authentication mechanism you want to implement and then upload those file to HCP. This way you'd never share your HCP credentials with the client and never expose HCP to Internet.