microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

Slack channel: Update registerBeforeOAuthFlow property to enable saving customer data #335

Closed bobokids closed 2 years ago

bobokids commented 2 years ago

Current Slack channel only support registerBeforeOAuthFlow as readonly property. Per the API design, it should be true/false value and updatable. Please check detail requirement from customer here: https://github.com/Azure/azure-sdk-for-go/issues/17358

ssss141414 commented 2 years ago

In swagger file review. https://github.com/Azure/azure-rest-api-specs/pull/19105

ssss141414 commented 2 years ago

We’ve update the swagger file, so that we can set ‘registerBeforeOAuthFlow’ property to true.

bobokids commented 2 years ago

Resolved in code.