mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
maybe got ms integration working
This commit is contained in:
parent
6da2fd1748
commit
0e3c025f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ export const AuthOptions: NextAuthOptions = {
|
|||
primaryUserFlow: AZURE_AD_B2C_PRIMARY_USER_FLOW,
|
||||
authorization: {
|
||||
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`,
|
||||
scope: "openid profile offline_access",
|
||||
prompt: "consent",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue