Is there a way pass "login_hint" for OAuthPrompt #4854
Labels
feature-request
A request for new functionality or an enhancement to an existing one.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Is your feature request related to a problem? Please describe.
Some of the functionality which can be automated through a bot instead of web experience, becomes more than needed steps, which can be reduced with optional parameter like login_hint
Describe the solution you'd like
Provide ability to pass optional query string parameter in OAuthPromptSettings. This will be able to pass username in the login url reducing steps and improving end user experience.
AI generated Example Implementation
Here is an example of how you can set up an OAuthPrompt with the login_hint parameter in the Bot Framework:
The text was updated successfully, but these errors were encountered: