Downloaded WPF login examples and it always fails when trying to connect to the well known OIDC endpoint. If i copy the well known endpoint and run in chrome, it works.
I enter the connection which is the the standard 'Username-Password-Authentication (from pulldown menu) and then enter the audience which is https://<MY_DOMAIN>/api/v2/
And using VS2019 with updated nuget manger packages but it doies not work. Output from VS2019
‘WPFSample.exe’ (CLR v4.0.30319: WPFSample.exe): Loaded ‘C:\dev\Authentication\Okta-Auth0\wpf-winforms-01-login\quickstart\00-starter-seed\WPF\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll’. Skipped loading symbols. Module is optimized and the debugger option ‘Just My Code’ is enabled.
Exception thrown: ‘System.InvalidOperationException’ in mscorlib.dll
An exception of type ‘System.InvalidOperationException’ occurred in mscorlib.dll but was not handled in user code
Error loading discovery document: Error connecting to https://<MY_DOMAIN>/.well-known/openid-configuration. A task was canceled…