How WinUI protocol activation is handled on auth? #2357
Answered
by
xperiandri
xperiandri
asked this question in
Q&A
|
I try to use OpenIddict Client instead of the current authentication package, so I try to understand how it works. |
Answered by
xperiandri
Jun 15, 2024
Replies: 2 comments 4 replies
|
OK, I've found that |
0 replies
Answer selected by
xperiandri
|
@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? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, I've found that
uno.extensions/src/Uno.Extensions.Authentication.UI/WinUIEx_WebAuthenticator.cs
Line 59 in 44e1018