ISO clarification+answers to modern bot template with user defined MSI's + SSO #12596
-
Cool... I'd much rather use managed identities in production! But... I can't find any further details on this in the BotFW / Teams / TTK context... just the link to MSI's in the announcement. I've scoured the popular sample repos (Microsoft-Teams-Samples, teams-dev-samples, & TeamsFx-Samples) with no luck... I'm trying to answer the following questions, but without samples or further docs (that may exist but I haven't found yet), I'm struggling with this...
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Q1: I think some of our templates/samples are missing some config and need updated - which one are you testing with? Our templates should have been updated to set the app type as an env var and an action in the YML specifies it:
But for remote environments, in the azure.bicep its set like this: When the type is You can't F5 / debug with Managed Identities, so the Q2: Yes |
Beta Was this translation helpful? Give feedback.
-
I do love the move to managed identities in production as well. And I do like that it will help democratizing the good practice of having two App Registrations (one to secure the communication with the bot service and the other one for user authentication/SSO). As most of the samples and even the official documentation is still using a single App Registration, that won't be an easy move... |
Beta Was this translation helpful? Give feedback.
Hi @andrewconnell
Q1: I think some of our templates/samples are missing some config and need updated - which one are you testing with?
Our templates should have been updated to set the app type as an env var and an action in the YML specifies it: