You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix test endpoints and username length handling in OAuth service
- Fix profile update endpoint URL in tests (/api/Account/Update instead of /api/Account/Profile)
- Add username length validation in OAuth service (max 16 chars with conflict resolution)
- Register OAuth services in Program.cs via ConfigureOAuth()
- Add debug output to OAuth integration tests
Remaining issues to fix:
- OAuth endpoints returning HTML instead of JSON in tests (route matching issue)
- Test database not being cleaned between tests
- OAuth login not properly checking disabled providers
- Username conflict test expectations need adjustment after truncation fix
Co-authored-by: GZTimeWalker <28180262+GZTimeWalker@users.noreply.github.com>
0 commit comments