tamhinsf / ChannelSurf

Move from Slack to Microsoft Teams and manage your Teams environment
114 stars 31 forks source link

client assertion and client secret #32

Open meineos opened 4 years ago

meineos commented 4 years ago

Hi,

when I try to start channelsurf, I get the following error message

Unhandled Exception: System.AggregateException: One or more errors occurred. (AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'.

What did I do wrong?

Many thanks for your help

SFDC9900 commented 4 years ago

Same Here

renatoshimabukuro commented 4 years ago

Try to go to your Azure AD > App registrations, select your application, and on the left menu click in [Manifest]. Check if the value for "allowPublicClient" is set to [true] if it's not, change the value for [true] and click on [save]. Try to run the app again. Now, if you guys get success to create a new team to import the messages or import the files that were in the chat, please inform me.

bramnaudtscomsof commented 4 years ago

Worked after updating the manifest, thanks!