mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Scope signing user picker to team for multi-tenant SaaS (#6583)
This commit is contained in:
@@ -64,3 +64,8 @@ supabase.url=https://${app.supabase.project-ref}.supabase.co
|
||||
|
||||
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=https://${app.supabase.project-ref}.supabase.co/auth/v1/.well-known/jwks.json
|
||||
spring.security.oauth2.resourceserver.jwt.audiences=${app.supabase.expected-aud}
|
||||
|
||||
# ---------- Multi-tenant scoping ----------
|
||||
# Restrict the signing user picker to the caller's team; SaaS must be 'team'
|
||||
# or unrelated tenants leak emails to each other.
|
||||
storage.signing.userListScope=team
|
||||
|
||||
Reference in New Issue
Block a user