Hi am having an issue with adding SSO to my agent toolkit agent.
I created an teams agent based on the weatheragent Template from the toolkit. This all works locally and on teams.
Now i would like to add SSO to the teams bot, i followed the steps as described here https://learn.microsoft.com/en-us/microsoftteams/platform/toolkit/toolkit-v4/add-single-sign-on-vs
When i copy the template file SSO/SsoDialog.cs to my bot i receive an error on line 46.
AddDialog(new TeamsBotSsoPrompt(DialogConstants.TEAMS_SSO_PROMPT, settings));
Error (active) CS1503 Argument 1: cannot convert from 'Microsoft.TeamsFx.Bot.TeamsBotSsoPrompt' to 'Microsoft.Bot.Builder.Dialogs.Dialog'
Is this an known issue with the template and is there something that needs to change? Or is there something that missed that has to change?