microsoft / BotFramework-Hubot

Hubot adapter for botframework
MIT License
111 stars 40 forks source link

Hubot-auth #39

Closed angegar closed 5 years ago

angegar commented 6 years ago

Hi all, Can we use the hubot-auth with botframework ?

As per the auth documentation i should be able to retrieve my MSTeam user id with the command show users but in my case nothing is displayed. That's why i am wondering if the integration works.

MSMeMend commented 6 years ago

Hi @angegar,

If you are referring to this hubot-auth library, you can use it with botframework; the ids that hubot-auth uses would be MSTeams user ids then.
The hubot-auth library linked there doesn't have a show users command, but do you have a link to the library you were referring to with the show users command so I could look into it more?

angegar commented 6 years ago

@MSMeMend , I found the command here : https://jjasghar.github.io/blog/2014/02/19/getting-authentication-with-hubot-using-auth-dot-coffee/

angegar commented 6 years ago

I think i have the same issue with this script than i have with the msteams script (#40).

MSMeMend commented 6 years ago

Hi @angegar,

I looked at the auth.coffee file that the article links too, and didn't see a show users command in the documentation for it. If you run hubot help, you will get a list of all of the commands your hubot responds too. Do you see the show users command in that list?

MatSFT commented 5 years ago

closing due to inactivity