serviceDomain mandatory

This commit is contained in:
Henry Hiles 2025-06-22 15:30:51 -04:00
commit 13a469ba6d
No known key found for this signature in database
5 changed files with 14 additions and 14 deletions

View file

@ -77,7 +77,7 @@ class ApiHelper {
redirectUri,
headers: {
'set-cookie':
'id_token=${json.decode(await tokenRes.readAsString())["id_token"]}; Path=/; Secure; HttpOnly; SameSite=Lax',
'id_token=${json.decode(await tokenRes.readAsString())["id_token"]}; Path=/; Secure; HttpOnly; SameSite=Lax; Domain=.${ref.watch(SettingsController.provider)!.serviceDomain}',
},
);
}