Merged in fix/trust-host-partner-sas (pull request #2844)

add trust host setting for partner-sas auth

* add trust host setting for partner-sas auth


Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2025-09-22 12:33:14 +00:00
parent 34020dad78
commit a7b19e8b14

View File

@@ -30,6 +30,8 @@ const sasProvider = Auth0Provider({
const config: NextAuthConfig = {
basePath: "/api/web/auth",
debug: env.NEXTAUTH_DEBUG,
trustHost: true,
providers: [sasProvider],
session: {
strategy: "jwt",