Skip to content

KVSDMSAuthOAuth20AuthorizCode#

Implements KVSDMSAuthorization. Summary: Contains methods to handle the authentication part based on authorization code (on behalf of a user) using OAuth 2.0 code grant type. For infos regarding OAuth 2.0 authorization code flow visit https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow

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.