Hello all. I'm putting together a wpf desktop application for a customer and I have a separate window using a Windowsformhost to have the user login in to purecloud using implicant grant. When the window loads I get
Error - Genesys Cloud Accounts - Genesys
Sorry, Genesys Cloud cannot authenticate you at this time.
We did not recognize your redirect url.
The redirect uri matches exactly what I have in the oauth client. If I use the same client id and redirect uri in a winform desktop application I did in the past it works fine. I'm new to wpf so I guessing/wondering if there is something else I need to do regarding the redirect uri in wpf.
Thanks in advance.