Skip to content

Commit 388e2fc

Browse files
committed
Deploying to gh-pages from @ 8506c5a 🚀
1 parent 456291e commit 388e2fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/federated-auth/oidc/microsoft-entra/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ <h2 id="configuring-the-provider-in-microsoft-entra">Configuring the Provider in
287287
<li><strong>Redirect URI</strong>: From the dropdown choose <strong>Web</strong> as the type and for the value use <code>https://&lt;server-address&gt;/oauth/login/&lt;provider-id&gt;/callback</code>. <code>server-address</code> is the address where The Things Stack is hosted.</li>
288288
</ul>
289289
<p>Select <strong>Register</strong>.</p>
290-
<p>Open your app registration. Note the <strong>Directory (tenant) ID</strong>. This will be of the format <code>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</code>.</p>
290+
<p>Open your app registration. Note the <strong>Directory (tenant) ID</strong>. This will be of the format <code>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</code>. Also, note the <strong>Application (client) ID</strong>.</p>
291291
<p>In the registration, navigate to the <strong>Authentication</strong> panel. For the <code>Select the tokens you would like to be issued by the authorization endpoint:</code> section, choose <code>ID tokens (used for implicit and hybrid flows)</code>.</p>
292292
<p>In the <strong>Certificates and Secrets</strong> panel, select the <strong>Client Secrets</strong> tab and select <strong>+ New Client Secret</strong>. Add a description and an expiry date. Note the <strong>Secret ID</strong> and <strong>Value</strong>.</p>
293293
<p>In the <strong>Token Configuration</strong> tab, click <strong>+ Add Optional Claim</strong>, Select <strong>ID</strong> as the <strong>Token type</strong> and select the <strong>email</strong> field.</p>
@@ -296,8 +296,8 @@ <h2 id="registering-the-provider-in-the-things-stack">Registering the Provider i
296296
<p>Register the provider. Set the following values</p>
297297
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="nv">OIDC_PROVIDER_ID</span><span class="o">=</span><span class="s2">&#34;provider ID&#34;</span> <span class="c1"># Provider ID from above.</span>
298298
</span></span><span class="line"><span class="cl"><span class="nv">OIDC_PROVIDER_NAME</span><span class="o">=</span><span class="s2">&#34;My OIDC Provider&#34;</span> <span class="c1"># Name used to display on the Console.</span>
299-
</span></span><span class="line"><span class="cl"><span class="nv">OIDC_CLIENT_ID</span><span class="o">=</span><span class="s2">&#34;client123&#34;</span> <span class="c1"># Client ID is the Secret ID above.</span>
300-
</span></span><span class="line"><span class="cl"><span class="nv">OIDC_CLIENT_SECRET</span><span class="o">=</span><span class="s2">&#34;secret123&#34;</span> <span class="c1"># Client Secret is the secret Value from above..</span>
299+
</span></span><span class="line"><span class="cl"><span class="nv">OIDC_CLIENT_ID</span><span class="o">=</span><span class="s2">&#34;client123&#34;</span> <span class="c1"># Client ID is the Application (client) ID from above.</span>
300+
</span></span><span class="line"><span class="cl"><span class="nv">OIDC_CLIENT_SECRET</span><span class="o">=</span><span class="s2">&#34;secret123&#34;</span> <span class="c1"># Client Secret is the secret Value from above.</span>
301301
</span></span><span class="line"><span class="cl"><span class="nv">OIDC_MICROSOFT_TENANT</span><span class="o">=</span><span class="s2">&#34;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&#34;</span>
302302
</span></span><span class="line"><span class="cl"><span class="nv">OIDC_ALLOWED_EMAIL_DOMAINS</span><span class="o">=</span><span class="s2">&#34;example.com&#34;</span> <span class="c1"># This is a required field to skip email verification.</span>
303303
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">$ tti-lw-cli ap create <span class="nv">$OIDC_PROVIDER_ID</span> <span class="se">\

sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@
11581158
<lastmod>2023-04-19T08:14:44+02:00</lastmod>
11591159
</url><url>
11601160
<loc>https://www.thethingsindustries.com/docs/reference/federated-auth/oidc/microsoft-entra/</loc>
1161-
<lastmod>2023-10-19T16:43:26+02:00</lastmod>
1161+
<lastmod>2024-02-14T14:29:30+05:30</lastmod>
11621162
</url><url>
11631163
<loc>https://www.thethingsindustries.com/docs/the-things-stack/migrating/migrating-between-tts-distributions/migrate-active-session/</loc>
11641164
<lastmod>2023-12-21T13:26:05+01:00</lastmod>

0 commit comments

Comments
 (0)