Microsoft Bot Framework Template — Authentication¶
Bot channel security¶
Configure Microsoft Azure Bot and Bot Framework authentication per product requirements (channel secrets, OAuth connection settings for channels that need user sign-in). Details belong in repo docs/Microsoft Bot Framework.md and Azure portal configuration—not duplicated here.
API vs bot¶
This template is optimized for conversational ingress; for OAuth2/OIDC APIs and token issuance, use Authorization Server and Identity Backend alongside domain microservices. Gateway patterns: API Gateway Template.