I want to add authentication to a bot service using managed identity(MSI). The MSI doesn’t offer password, but when constructing botframeworkAdapter
it would require botId and botPassword as inputs. I wonder how to solve this.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to add authentication to a bot service using managed identity(MSI). The MSI doesn’t offer password, but when constructing botframeworkAdapter
it would require botId and botPassword as inputs. I wonder how to solve this.