You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Certain authentication methods require the additional use of the Azure Java SDK
119
-
authentication support as documented in <aclass="reference internal" href="Authentication.html"><spanclass="doc std std-doc">Authentication.md</span></a>.</p>
authentication support as documented in <aclass="reference internal" href="Authentication.html"><spanclass="std std-doc">Authentication.md</span></a>.</p>
<p>If you wish to use an Azure authentication method that is not listed please contact MathWorks at: <aclass="reference external" href="mailto:mwlab%40mathworks.com">mwlab<span>@</span>mathworks<span>.</span>com</a>.</p>
147
152
<sectionid="settings-file-fields">
148
-
<h2>Settings file fields<aclass="headerlink" href="#settings-file-fields" title="Permalink to this headline"></a></h2>
153
+
<h2>Settings file fields<aclass="headerlink" href="#settings-file-fields" title="Permalink to this heading"></a></h2>
149
154
<p>The default settings file is: <codeclass="docutils literal notranslate"><spanclass="pre">matlab-azure-adx/Software/MATLAB/config/adx.Client.Settings.json</span></code>
150
155
Alternative names and paths can be used if required.
151
156
Depending on the authentication method used different fields are required. The
@@ -164,10 +169,10 @@ <h2>Settings file fields<a class="headerlink" href="#settings-file-fields" title
164
169
</div>
165
170
<p>In use the fields <codeclass="docutils literal notranslate"><spanclass="pre">controlBearerToken</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">dataBearerToken</span></code> will be added to the file
166
171
to cache the short lived bearer token values the control and data planes. These values are sensitive and should not be exposed.</p>
implements the base client for the interface’s API call classes.
213
218
In this file there are well commented hook points to which custom authentication
214
219
code can be integrated if required. This topic should be discussed with MathWorks
215
220
to clarify is custom code is necessary.</p>
216
221
</section>
217
222
<sectionid="bearer-tokens">
218
-
<h2>Bearer Tokens<aclass="headerlink" href="#bearer-tokens" title="Permalink to this headline"></a></h2>
223
+
<h2>Bearer Tokens<aclass="headerlink" href="#bearer-tokens" title="Permalink to this heading"></a></h2>
219
224
<p>The lower-level <codeclass="docutils literal notranslate"><spanclass="pre">+api</span></code> classes and some higher-level functions accept an optional
220
225
argument <codeclass="docutils literal notranslate"><spanclass="pre">bearerToken</span></code> directly if the authentication process to obtain the token
221
226
is handled by some external means. Note that the KQL queries and management commands
222
227
will require different tokens as they use different endpoints.</p>
223
228
</section>
224
229
<sectionid="references">
225
-
<h2>References<aclass="headerlink" href="#references" title="Permalink to this headline"></a></h2>
230
+
<h2>References<aclass="headerlink" href="#references" title="Permalink to this heading"></a></h2>
0 commit comments