How WinUI protocol activation is handled on auth? #2357
-
|
I try to use OpenIddict Client instead of the current authentication package, so I try to understand how it works. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
OK, I've found that |
Beta Was this translation helpful? Give feedback.
-
|
@xperiandri hey there, found your discussion here, seems like you got that somehow working, could you help me implement this or do you have any sample to look into? my only reference is https://github.com/IlGalvo/WinUI3-OAuth2Manager-Sample which uses that protocol, but the api I am trying to reach is requiring https:// 🤔 is there something to know which I might miss, that would enable me to get such prefix for the callback of an oAuth2 uno app? |
Beta Was this translation helpful? Give feedback.
OK, I've found that
uno.extensions/src/Uno.Extensions.Authentication.UI/WinUIEx_WebAuthenticator.cs
Line 59 in 44e1018