[MN-04] Identity: Fix Google Callback Error Handling and Logging #18
Reference in New Issue
Block a user
Delete Branch "fix/issue-3-identity-callback-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements proper logging and error handling for the Google OAuth callback as requested in issue #3.
Changes:
ILogger<Program>to the Google callback endpoint.userManager.CreateAsyncif provisioning fails.UserAlreadyExistsandLockedOutto improve UX.Login.razorto display descriptive Polish error messages based on the query parameter.Fixes #3