rmaddu

Results 14 comments of rmaddu

When I integrated my authurl (https://XX.com/XXAuthenticatorService/mobileauth/OpenIdConnect) in WinUIEx sample application, I am getting login page. After successful login, asking to switch to app. But app code is not hitting. Seems...

already specified (**ServiceConfig.ini**) - `WebAuthenticator:CallbackScheme=hsi.nwm://callback` Package.appxmanifest: added below lines ` ` in service code: ``` string authUrl = "https://XX.com/XXService/mobileauth/OpenIdConnect" Uri authUri = new Uri(authUrl); Uri callbackuri = new Uri("hsi.nwm://callback/"); var...