Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OidcClient samples to .NET 9 #81

Closed
josephdecock opened this issue Dec 20, 2024 · 3 comments · Fixed by #103
Closed

Update OidcClient samples to .NET 9 #81

josephdecock opened this issue Dec 20, 2024 · 3 comments · Fixed by #103
Assignees
Labels
area/foss/identity-model-oidc-client Issues related to Identity Model OIDC Client
Milestone

Comments

@josephdecock
Copy link
Member

No description provided.

@josephdecock josephdecock added the area/foss/identity-model-oidc-client Issues related to Identity Model OIDC Client label Dec 20, 2024
@josephdecock josephdecock self-assigned this Dec 20, 2024
@josephdecock josephdecock added this to the imoc-6.0.0 milestone Feb 13, 2025
@josephdecock josephdecock linked a pull request Feb 13, 2025 that will close this issue
@acaliaro
Copy link

@josephdecock an OOT question... why "New issue" button does not allow you to open a new issue?

@Eddie-Hartman
Copy link

@josephdecock I noticed the inability to make a new issue as well:

Image

What I wanted to report is that the MauiApp sample doesn't work with Windows. I get:

Exception thrown: 'System.PlatformNotSupportedException' in Microsoft.Maui.Essentials.dll
Exception thrown: 'System.PlatformNotSupportedException' in System.Private.CoreLib.dll

I updated to the latest package in the sample and it still did not work. Is Windows not supported for the OidcClient?

Is this just because the sample is written in Maui? What I'm looking for is an OIDC auth flow for Maui with Windows, iOS, and Android support.

@josephdecock
Copy link
Member Author

josephdecock commented Feb 16, 2025

Thanks to you both for raising the issue with our new issue template. We will get that fixed soon! The intention is that we would like to have users create support and feature requests in our discussion community, and the new issue template should be linking over there. Please feel free to open a discussion here: https://github.com/orgs/DuendeSoftware/discussions.

With regard to a Maui sample that also works on desktop, we don't have such a sample. The Maui sample in this repo shows how to build for iOS and android but not desktop. There are some limitations with the Maui WebAuthenticator that we built the sample with (https://github.com/DuendeSoftware/foss/blob/main/identity-model-oidc-client/samples/Maui/MauiApp1/MauiApp1/MauiAuthenticationBrowser.cs) so it only supports mobile. Let's start a feature request in the community discussion space - if there's interest and upvotes, we can take that into account when prioritizing work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/foss/identity-model-oidc-client Issues related to Identity Model OIDC Client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants