Forum Discussion
Lakshmi_145
Nov 28, 2024Brass Contributor
Can we place a cancel button next to the sign-in button in the sign-in prompt (OAuth prompt)
Hi Team, Currently we ate using the below code and oauth prompt settings for using the MS delegated graph api permissions. private async Task<DialogTurnResult> PromptStepAsync(WaterfallStepConte...
Meghana-MSFT
Nov 28, 2024Microsoft
The OAuth prompt you're using follows a predefined process for handling OAuth authentication, hence it currently doesn't support adding custom buttons like "Cancel" next to the sign-in button as part of the OAuth flow.