mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
removed hard coding
This commit is contained in:
parent
69da8bc3db
commit
6da2fd1748
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ export const AuthOptions: NextAuthOptions = {
|
|||
params: {
|
||||
scope: `https://${process.env.AZURE_AD_B2C_TENANT_NAME}.onmicrosoft.com/api/demo.read https://${process.env.AZURE_AD_B2C_TENANT_NAME}.onmicrosoft.com/api/demo.write offline_access openid`,
|
||||
prompt: "consent",
|
||||
redirect_uri:
|
||||
"https://assessment-model-git-main-hestiahomes.vercel.app/api/auth/callback/azure-ad-b2c",
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue