Forum Discussion
Lakshmi_145
Nov 07, 2022Iron Contributor
How to use SendOAuthCardAsync to send oauth prompt and wait for the token response
We are using OAuthPrompt " SendOAuthCardAsync " method to send oauth prompt to enable local language translation await OAuthPrompt.SendOAuthCardAsync(new OAuthPromptSettings { ConnectionName...
Lakshmi_145
Nov 11, 2022Iron Contributor
Is TokenExchangeOAuthPrompt is same as like OauthPrompt. When i added TokenExchangeOAuthPrompt i was getting error.
Reason why i used SendOAuthCardAsync is to get the Signin card in the application local language.
If add as dialog , it will take the local system language.
While using SendOAuthCardAsync , i am getting the sign in card in local language and once after logging successfully , its coming to token response event , but we are not able to come back to the dialog from where this oauth card is sent. It is able to find the particular dialog from dialog stack, but while calling RunAsync on the dialog its not going to the respective dialog step
ChetanSharma-msft
Microsoft
Nov 16, 2022Hello Lakshmi_145 - Could you please share a short video and share your code snippets, so that we can try to repro it from our end?