(...) Authentication Microsoft Entra ID Introduction Due to Microsoft discontinuing support for Basic Authentication (based on username and password) for SharePoint Online connections, OAuth 2.0 integrated with Microsoft Entra ID has been introduced in WEBCON as the authentication mechanism for this connection. This approach provides a high level of security by eliminating the risks associat (...)
(...) Referencing also to: https://community.webcon.com/forum/thread/8245 We are integrating WEBCON BPS with APIs that follow RFC 6749 OAuth 2.0 Authorization Framework and explicitly support the Resource Owner Password Credentials Grant (grant_type=password). These APIs (in our case: core banking / backend systems) require both: client authentication (client_id / client_secret via Basic Auth) and user (...)