I am currently developing a C# application in Visual Studio and using the OAuthWebViewForm component for user authentication with Genesys Cloud.
I understand that the Implicit Grant flow will soon be deprecated, and the recommended authentication method is Authorization Code Grant with PKCE.
However, it appears that the current OAuthWebViewForm implementation for C# does not support PKCE and only works with the Implicit Grant flow.
Could you please clarify the following:
- Is there a PKCE-compatible version of OAuthWebViewForm available for C# applications?
- Are there any plans to update OAuthWebViewForm to support PKCE in the future?
- If not, what is the recommended approach for implementing PKCE authentication in C# desktop applications? If possible, could you provide any official guidance or sample code?
Thank you very much for your assistance.
Best regards,
#PlatformAPI#PlatformSDK------------------------------
Naoki Ono
------------------------------