- [Feature]: Added OpenId Auth feature for endpoints to authenticate users using any OpenId compliant service when using a Basic Authentication Destination.
For more information, see our documentation: OpenID Auth
For more information, see our documentation: OpenID Auth
For more information, see our documentation: enosix API Key
Upgraded to .NET 8
[Feature]: Webhook diagnostics for monitoring SAP requests.
For more information, See our documentation: https://docs.enosix.io/link/sap-request-webhook
🔊 We now support Destination Services and Single Sign-On (SSO) 🔊
1️⃣ You can now configure your Link BTP app to use Destination Services with Principal Propagation with SSO and/or Location ID.
Destination Services that are supported:
For more information, See our documentation: https://docs.enosix.io/link/destination-configuration
2️⃣ You can now configure your Link App to authenticate using XSUAA service for Principal Propagation (SSO) through Service Instances.
For more information, See our documentation: https://docs.enosix.io/link/principal-propagation
FEATURES:
1️⃣ Support was added to utilize the Destination Service and inject Location ID.
2️⃣ Support was added for authentication/authorization using XSUAA.
📣 We have added new low-code features for administering your Link instances in 3.1. 📣
1️⃣ When a cookie with a static value is desired on all requests to SAP, this can now be injected in Link through configuration. Cookies and their values can be configured per route so the client does not need to attach the cookie manually. For more details, see the documentation.
2️⃣ A new start-time metric will be visible from the /health endpoint the Link instance. This information can be used to manually derive other metrics for your Link instances' health.
/health
endpointNew landing page for deployed link instance
See updating to the latest release for details on how to use the landing page. The new landing page can be disabled, and is outlined in the Link product documentation.
The new metrics health check has been added to monitor any potential issues in processing requests.
{
"Metrics": {
"status": "Healthy",
"description": "",
"data": {
"requests-per-second": "0",
"total-requests": "3502",
"current-requests": "0",
"failed-requests": "0"
}
}
}
Updates to support SAP SSO O-Auth. This latest version has been tested to work with our Salesforce SAP Auth Provider for named credentials allowing for password-less per-user access to SAP.