Drew
Results
5
comments of
Drew
### Solution /api/auth/[...nextauth].ts > ```js > providers: [ > > AzureADProvider({ > clientId: process.env.AZURE_AD_CLIENT_ID, > clientSecret: process.env.AZURE_AD_CLIENT_SECRET, > tenantId: process.env.AZURE_AD_TENANT_ID, > authorization: { params: { scope: "openid profile user.Read email"...
This needs to be done within your getStaticProps function. Specify the exact data that you need returned for your page. For example if you only need an article title and...