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

[Auth] Use custom IBrowser for OIDC auth #2584

Open
kazo0 opened this issue Oct 10, 2024 · 1 comment
Open

[Auth] Use custom IBrowser for OIDC auth #2584

kazo0 opened this issue Oct 10, 2024 · 1 comment
Labels

Comments

@kazo0
Copy link
Contributor

kazo0 commented Oct 10, 2024

Given this implementation: https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/blob/d41b3868e75b5b1eb8e70ef7717a0a298ff7df1e/NetCoreConsoleClient/src/NetCoreConsoleClient/SystemBrowser.cs

We should be able to use this to enable OIDC auth through the browser for the Skia targets of on Uno app

@kazo0 kazo0 added kind/enhancement New feature or request. triage/untriaged Indicates an issue requires triaging or verification. area/authentication and removed triage/untriaged Indicates an issue requires triaging or verification. labels Oct 10, 2024
@carldebilly
Copy link
Member

The right solution would be to register a custom WebAuthBroker and use the auto redirect url feature, ensuring no platform-specific code (or configuration) in the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants