I have a R Shiny app running as a Cloud Foundry app in IBM Cloud. However there is currently no security around this and its exposed publicly. I have been looking at the IBM Cloud App Id service and I believe that it could be used somehow.
I have been looking at the App Id (https://cloud.ibm.com/catalog/services/app-id) and it seems to make sense. I can create a node app using the sample and that all works fine. I don't know how I can use this to secure my R Shiny app though.
There appears to be an app section where you can generate credentials for a new app but not sure how to use this.
Many thanks for any assistance