You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to test the authorization agent sample, the Azure bot OAuth configurations work perfectly fine which helps in generating OBO based JWT token.
But when I provide the Token Exchange URL as part of the OAuth settings in the Azure Bot service, seems the current Agent SDK library is not able to process the Token Exchange URL for fetching the token. Instead it is asking for the user to provide consent and login manually for the token to be generated.
Could you please provide any steps if I am missing anything where the Azure Bot Service OAuth settings can be used to generate the JWT token in the bot using the Exchange Token URL which is provided as Azure Bot service Auth URL. Using this the bot should not be asking the end user to manually login when the user is interacting with the Agent SDK bot from the Teams channel.