[Feature Request]: Support SSO for Message Extension Link Unfurling feature #1054
Labels
dotnet
Change/fix applies to dotnet. If all three, use the 'JS & dotnet & Python' label
enhancement
New feature or request
fc-enhancements
JS
Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label
Python
Change/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
Describe your user scenario
Message Extension Link Unfurling also supports SSO. Currently the library will only use
auth
(notsilentAuth
) when received a link unfurling request, so developers cannot leverage SSO in this case.Describe the solution you'd like
The library should send
silentAuth
response if developers want to enable SSO.Additional context
Currently there seems to be a bug in Message Extension Link Unfurling's SSO support: it cannot render login card if token exchange failed (bot returns 412). There is a workaround but we may also report to related team and ask for suggestions.
The text was updated successfully, but these errors were encountered: