You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
I have create an app on https://apps.dev.microsoft.com/ for MS graph access and getting users authenticated to AADv2. I have a bot running on node.js where I'm configuring following
const AZUREAD_APP_ID = "xx"
const AZUREAD_APP_PASSWORD = "xx"
const AZUREAD_APP_REALM = "common"
using passport-azure-ad, to configure rest if the things. I would like to know what will be value of Redirect URL on apps.dev.microsoft.com.
Azure Bot app service endpoint ? or something else ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have create an app on https://apps.dev.microsoft.com/ for MS graph access and getting users authenticated to AADv2. I have a bot running on node.js where I'm configuring following
const AZUREAD_APP_ID = "xx"
const AZUREAD_APP_PASSWORD = "xx"
const AZUREAD_APP_REALM = "common"
using passport-azure-ad, to configure rest if the things. I would like to know what will be value of Redirect URL on apps.dev.microsoft.com.
Azure Bot app service endpoint ? or something else ?
The text was updated successfully, but these errors were encountered: