rmaddu

Results 14 comments of rmaddu

Yes. In ...\Platforms\Windows\Package.appxmanifest file I have added below lines. I didn't add any in ...\Platforms\Windows\app.manifest.. ` $placeholder$ `

Anything missing here. Why kind is **Launch** always and why login window is not calling the call back function? Any help to resolve this?

![1](https://github.com/dotMorten/WinUIEx/assets/52063294/499a65e5-f945-4183-8e06-bfb8d6fa58e5) ![2](https://github.com/dotMorten/WinUIEx/assets/52063294/d63cd1b7-ac3c-4f0f-876c-5f8ad10ef475) sample snapshots added. Getting Launch always.

Which sample should I execute - WinUIExMauiSample or WinUIExSample?

Hi, I am able to debug the WinUIExSample. Workflow also success. I have integrated the code to my application - - copied the WebAuthenticator.cs - Package.appxmanifest: added below lines `...

![4](https://github.com/dotMorten/WinUIEx/assets/52063294/0d678c6b-01c7-46a7-9652-ac933a03f0a9) ![5](https://github.com/dotMorten/WinUIEx/assets/52063294/fac58005-1628-47c2-a3e6-592ed3dcef21) ![3](https://github.com/dotMorten/WinUIEx/assets/52063294/a53e5c68-f3f5-4229-bc32-c30963476471)** Instead of using WinUiEx, copied the WebAuthenticator.cs to project. ** Do we need to copy this to any specific location in project or anywhere is fine? Do...

One observation: **In WinUIEx sample:** both redirect_uri and callbackUri is same. string callbackUri = "winuiex://"; string authorizeUri = $"{server.Url}?response_type={responseType}&client_id={clientId}&redirect_uri= {Uri.EscapeDataString(callbackUri)}&scope=photo+offline_access"; var result = await WebAuthenticator.AuthenticateAsync(new Uri(authorizeUri), new Uri(callbackUri), oauthCancellationSource.Token); **In...