Hi Everyone,
I'm adding user authorization into my WPF application and I'm having a problem with the login screen.
I have the login screen showing but the application continues to process the current action.
IE.
Show the main window
1. check if user is allowed to view the main window
2. User is not allowed
3. Show login screen
4. Load the main window
I would like the application to pause at the login screen until the user is authenticated with the correct authorization.