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 0e5d351dd deploy: 4e2facbb4b743b4d54c1d39aaf6fc290960eca7e
0e5d351dd is described below
commit 0e5d351ddb867cc8d6d04ecc54780794978072c9
Author: adutra <[email protected]>
AuthorDate: Fri Sep 19 09:07:24 2025 +0000
deploy: 4e2facbb4b743b4d54c1d39aaf6fc290960eca7e
---
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 a74c055dc..57bf93668 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:#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:#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.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>