Understanding Web Authentication #19141
-
I am exploring this document: Which does a great job of explaining the Uno-side of the equation. What I am not understanding, however, is the server-side, or where Is there further documentation (or an example) of this to help assist? Thank you for any clarification you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So upon examining the code, there appears to be a |
Beta Was this translation helpful? Give feedback.
So upon examining the code, there appears to be a
WinUIEx.WebAuthenticator.CheckOAuthRedirectionActivation();
call. It seems Web Authentication is really Oauth2 authentication? If so, this would be incredibly valuable to denote in the documentation. 👍