OAuthControl is not showing the login

Hi all,

I'm trying to build a custom application using the API.
Since the application is stand-alone and will run locally on each Agent's desktop, I'm using the OAuthControl provided by Genesys with Implicit Grant.

The problem is the following:

The first time that I tested my application with the control, I got the "Login Page" as it should be.
After that, every time I run my application, I'm not getting the login page.
(The WinFormsHost Control on my WPF is empty...)
So, the application is always getting the Access Token with a specific user (the user of the first login).

Any ideas about that?
I need each agent to login with his own credentials.

The application that I'm building will establish a "listener" for new incoming voice interactions for the agent in order to perform some external tasks.

Thanks in advance.

I've found a solution for that.
I've implemented an extra function in the OAuthControl for Logout.
On the closing of the application, I'm calling this Logout function which actually just navigates the OAuthWebBrowser to the "https://login.{environment}/logout" page and then I'm disposing the objects.

Thanks!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.