Replies: 5 comments 2 replies
-
Any new information regarding this? What’s the plan or roadmap? I’d like to use Keycloak authentication with Blazor Hybrid for Web and MAUI. |
Beta Was this translation helpful? Give feedback.
-
Please? Any news on how Windows MAUI apps can use Web Authenticator? |
Beta Was this translation helpful? Give feedback.
-
I have used WinUIEX <https://github.com/dotMorten/WinUIEx> to solve the
Windows use case. But a few months ago that stopped working and I have not
been able to solve it.
My app is built using Razor Class libraries, so I can host it as a web
app. Or Maui Hybrid. Mostly I run it as a Web app but I wanted to pull
all the levers and understand how this might work on all platforms. If I
needed to release a Windows hosted Maui app I would be very disappointed.
I love the Blazor experience and the potential of Maui, but there are a
couple pain points like this one that are making me pause and wonder if I
am wasting my time. Why hasn't there been any solutioning for this
problem? I guess if I wasn't using a OAuth2 flow this wouldn't be an
issue. But who wouldn't these days?
…On Fri, Mar 28, 2025 at 10:19 AM Jonathan Allen ***@***.***> wrote:
Please? Any news on how Windows MAUI apps can use Web Authenticator?
—
Reply to this email directly, view it on GitHub
<#27981 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALR4SNTY5MLPIKFMCI3MBD2WWACLAVCNFSM6AAAAABXVC2FPGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRVGU4TIMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
There is #28499. Any help with figuring out why tests fail would move the PR forward, or just testing if the PR works with your projects. |
Beta Was this translation helpful? Give feedback.
-
If anyone needs it, I have created a sample repo for using oauth2manager in winui3 packaged/unpackaged: |
Beta Was this translation helpful? Give feedback.
-
Hi, I wanted to comment on #2702 but it was closed, so I'm discussing it here.
There are new APIs in Windows App SDK 1.7 (Win UI) for OAuth and I think the Web Authenticator should use these now.
The good news is that version 1.7 is still in preview, so the MAUI team has the chance to report any issue and integration problem to Win UI team.
Beta Was this translation helpful? Give feedback.
All reactions