OfficeDev / microsoft-teams-apps-icebreaker

Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
MIT License
173 stars 205 forks source link

Add a new secret #307

Open ITimIW opened 1 year ago

ITimIW commented 1 year ago

Hi all, the secret of the icebreaker app registration is not valid anymore. So icebreaker fails with error like "app secret is notlonger vallid..:"

We added a new secret but icebreaker still claims an invalid secret.

How do we get icebreaker to work with a new secret?

Regards Marcel

gsv022 commented 1 year ago

Hi @ITimIW , Thanks for raising the query. As you mentioned the secret has been added, could you please share the screenshot showing the place where secret has been updated.

ITimIW commented 1 year ago

Hi, thank you for your response. I added the screenshot. app secret

ITimIW commented 1 year ago

i have deleted the older app secrets.

ITimIW commented 1 year ago

Hi all, any Ideas? Thx in advance

duffman0 commented 1 year ago

Hi, you have created the new secret, but you also need to add the Secret in to the keyvault in the Azure resource.

Go to the subscription, resources, find the Keyvault, go to Secrets, click on MicrosoftAppPassword, click on New Version, create a new secret and enter the secret value that you create above, then save.

Now go find the Logic App, and restart the App Service, you should see it has been failing here and hopefully now should Succeed.