zadjii-msft / ms-cli

A commandline interface for Microsoft Teams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project still usable?

skyline75489 opened this issue · comments

I think I need this...

It asks me for secret.json which I have no idea how to get.

I mean technically yes, but we put literally 0 effort into making this ready for other users. It's very much hackathon code. I actually don't know how to generate secret.json - I think you get these values when you register the app to use the ms graph:

{
    "MS_GRAPH_CLIENT_ID" : "{{guid}}",
    "MS_GRAPH_CLIENT_SECRET" : "{{secret}}"
}

Obviously, replace those with whatever the right values are. @miniksa was the one that helped generate those in the first place.

Here's the directions on how to do that: https://docs.microsoft.com/graph/auth-register-app-v2