This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/asf-site by this push: new 491a6ad53 deploy: 5d3040adfc195e6423ed1d15d6eae2be42ec6149 491a6ad53 is described below commit 491a6ad5366640a986ee5af30129d9f398d15641 Author: snazy <sn...@users.noreply.github.com> AuthorDate: Fri Sep 19 09:10:00 2025 +0000 deploy: 5d3040adfc195e6423ed1d15d6eae2be42ec6149 --- in-dev/unreleased/external-idp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/in-dev/unreleased/external-idp/index.html b/in-dev/unreleased/external-idp/index.html index 57bf93668..a74c055dc 100644 --- a/in-dev/unreleased/external-idp/index.html +++ b/in-dev/unreleased/external-idp/index.html @@ -59,7 +59,7 @@ internal (Default) Only Polaris internal authentication is used. external Authen </span></span><span style=display:flex><span><span style=color:#a6e22e>quarkus.oidc.oidc-tenant1.client-id</span><span style=color:#f92672>=</span><span style=color:#e6db74>client1</span> </span></span><span style=display:flex><span><span style=color:#a6e22e>quarkus.oidc.oidc-tenant1.application-type</span><span style=color:#f92672>=</span><span style=color:#e6db74>service</span> </span></span></code></pre></div><p>When using multiple OIDC tenants, it’s your responsibility to configure tenant resolution appropriately. See the <a href=https://quarkus.io/guides/security-openid-connect-multitenancy#tenant-resolution>Quarkus OpenID Connect Multitenany Guide</a>.</p><h3 id=principal-mapping>Principal Mapping</h3><p>While OIDC tenant resolution is entirely delegated to Quarkus, Polaris requires additional configuration to extract the Polaris principal and its rol [...] -</span></span><span style=display:flex><span><span style=color:#960050;background-color:#1e0010>polaris.oidc.principal-mapper.id-claim-path=polaris/principal_id</span> +</span></span><span style=display:flex><span><span style=color:#a6e22e>polaris.oidc.principal-mapper.id-claim-path</span><span style=color:#f92672>=</span><span style=color:#e6db74>polaris/principal_id</span> </span></span><span style=display:flex><span><span style=color:#a6e22e>polaris.oidc.principal-mapper.name-claim-path</span><span style=color:#f92672>=</span><span style=color:#e6db74>polaris/principal_name</span> </span></span></code></pre></div><p>These properties are overridable per OIDC tenant:</p><div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-properties data-lang=properties><span style=display:flex><span><span style=color:#a6e22e>polaris.oidc.oidc-tenant1.principal-mapper.id-claim-path</span><span style=color:#f92672>=</span><span style=color:#e6db74>polaris/principal_id</span> </span></span><span style=display:flex><span><span style=color:#a6e22e>polaris.oidc.oidc-tenant1.principal-mapper.name-claim-path</span><span style=color:#f92672>=</span><span style=color:#e6db74>polaris/principal_name</span>