Skip to content

KVSDMSELOIXOAuth20#

Implements KVSDMSAuthorization. Summary: Contains methods to handle the authentication part based on Client Credentials or Authorization Code Flow () using OAuth 2.0 client credentials grant flow. After authentication against Microsoft OAuth2.0, it will get an access code from ELO ECM Suite in conjunction with given Authentication Code.

Procedures#

Authorize(HttpRequestMessage) :#

Summary: Authorizes an HTTP request by providing the needed authorization information to it.

procedure Authorize(var httpRequest: HttpRequestMessage): 

Parameters:

  • httpRequest: The HTTP request to authorize.