Hello,
Recently, we have migrated one HTML5 app from Neo to Cloud Foundry.
This app has a couple of destinations configured on Neo - (it is using a few backend services).
Those destinations have OAuth2SAMLBearerAssertion as Authentication Type.
We created those destinations from scratch on Cloud Foundry, and when we set the Auth Type to OAuth2SAMLBearerAssertion, we are getting the 500 - Internal Server Error when we try to run the app through the Launchpad (when trying to get the metadata).
But when we set the Auth type to just Basic Authentication, the app is working fine and it's able to retrieve the data from the backend.
Does anyone know what can be the issue? Do we maybe need to configure something on Cloud Foundry, so that our destinations can be accessible with SAML auth?