node-authbot icon indicating copy to clipboard operation
node-authbot copied to clipboard

šŸ”‘ A bot that authenticates users and get profile information about the user

Results 10 node-authbot issues
Sort by recently updated
recently updated
newest added

I cloned this https://github.com/CatalystCode/node-authbot.git and got only few files. In app.js I see basic bot framework code and nothing related to AAD access. Am I looking at right place ?...

Sorry for stupidity, but Iā€™m stuck at the very first step. When trying to do `git clone https://github.com/CatalystCode/node-authbot.git` (in the online code editor), I get this message: `Can only clone...

const AZUREAD_APP_PASSWORD = envx("AZUREAD_APP_PASSWORD"); const AZUREAD_APP_REALM = envx("AZUREAD_APP_REALM"); const AUTHBOT_CALLBACKHOST = envx("AUTHBOT_CALLBACKHOST"); const AUTHBOT_STRATEGY = envx("AUTHBOT_STRATEGY");

Lines 93 to 103 added **for users who are deploying the bot on a website**, if they want the user to receive the authentication code in html format (since some...

Hi, I've tried testing the code on the bot emulator a bunch of times but the link it generates to redirect to the OAuth pin always leads to a 'page...

Hello, I'm using this example to login into an Azure AD. it works on Skype, but I'm having trouble getting it to work with Cortana (iOS). For a start, in...