[Feature Request] Make it easier for developers to enable "SSO" on UWP
See original GitHub issueIs your feature request related to a problem? Please describe. By default, UWP web ui (WAB) does not remember the previous logged in user. To enable this functionality, users have to perform the steps described here.
Describe the solution you’d like
In addition to using “https://sso” redirect uri and registering the WebAuthenticationBroker.GetCurrentApplicationCallbackUri()
in the app portal, developers should also be able to use WebAuthenticationBroker.GetCurrentApplicationCallbackUri();
as redirect uri
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:18 (10 by maintainers)
Top Results From Across the Web
Authentication and user identity - UWP applications
Universal Windows Platform (UWP) apps have several options for user authentication, ranging from simple single sign-on (SSO) using Web ...
Read more >Windows 10 UWP Single sign-on
The UI you've see is create by AccountsSettingsPane class. This class provides methods to show the accounts pane and also to enable the...
Read more >Enable SSO provider logins for Teams | Feature Requests
It's already how we encourage our team to log in but I would like to make it impossible to use other login methods...
Read more >Using OAuth 2.0 to Access Google APIs | Authorization
Using OAuth 2.0 to Access Google APIs · 1. Obtain OAuth 2.0 credentials from the Google API Console. · 2. Obtain an access...
Read more >Auth0 UWP SDK Quickstarts: Login
This tutorial demonstrates how to add user login to a UWP C# application using Auth0. We recommend that you log in to follow...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m happy to send out a preview build if you’d like to try @tipa, things are more or less final on UWP.
Hi @tipa - I am currently working on it, and would like to release a first version (in some sort of preview) pretty soon, 1-2 weeks.