Troubleshooting Common Issues
Login Issues
Can't Log In - Invalid Credentials
Symptoms: Error message "Invalid credentials or tenant"
Solutions:
-
Verify tenant name
- Check spelling and case
- Ensure no extra spaces
- Confirm with administrator
-
Check email address
- Use complete email
- Verify no typos
- Try copy-paste to avoid errors
-
Reset password
- Click "Forgot Password" (if available)
- Contact administrator for reset
- Check spam folder for reset email
-
Account status
- Verify account is active
- Check if account is locked
- Contact administrator
Rate Limited - Too Many Attempts
Symptoms: "Too many login attempts. Please try again in 5 minutes."
Cause: Security feature prevents brute force attacks after 5 failed login attempts
Solutions:
- Wait 5 minutes before trying again
- Verify you're using correct credentials
- Contact administrator if locked out
- Clear browser cache and cookies
MFA Code Not Working
Symptoms: "Invalid verification code"
Solutions:
-
Check time sync
- Go to phone Settings > Date & Time
- Enable "Automatic date & time"
- Time must be accurate for TOTP
-
Wait for new code
- Codes expire every 30 seconds
- Wait for fresh code to generate
-
Use backup code
- Click "Use backup code"
- Enter one of your saved backup codes
- Each code works only once
-
Contact administrator
- Request MFA reset
- Will need to set up MFA again
Application Integration Issues
Application Not Launching
Symptoms: Error when clicking "Launch" button
Solutions:
-
Check application status
- Verify app is active
- Confirm you have access
- Check with administrator
-
Clear browser cache
- Clear cookies and cache
- Try incognito/private mode
- Try different browser
-
Check redirect URI
- Verify app configuration
- Ensure URI is correct
- Contact app administrator
Token Validation Failed
Symptoms: Application shows "Invalid token" or authentication error
Solutions:
-
Verify app secret
- Ensure using App Secret (not JWT Secret)
- Check for typos or extra spaces
- Regenerate secret if compromised
-
Check token algorithm
- Must use HS256
- Verify JWT library configuration
- Review integration code
-
Check expiration
- Tokens expire after 1 hour by default
- Implement token refresh
- Use refresh tokens for long sessions
-
Clock sync
- Ensure server time is accurate
- Check NTP configuration
- Verify timezone settings
OAuth Authorization Fails
Symptoms: Error during OAuth flow
Solutions:
-
Invalid redirect_uri
- Must match configuration exactly
- Check trailing slashes
- Verify protocol (http vs https)
-
Invalid client credentials
- Verify Client ID
- Check Client Secret
- Ensure not expired
-
Missing or invalid state
- Implement CSRF protection
- Generate random state value
- Validate state on callback
MFA Issues
Lost Authenticator App
Solutions:
-
Use backup code
- Access saved backup codes
- Use one to log in
- Disable and re-enable MFA
-
Contact administrator
- Request MFA reset
- Set up new authenticator
- Save new backup codes
Backup Codes Not Working
Causes:
- Code already used (single-use only)
- Typo in code entry
- Codes regenerated (old ones invalid)
Solutions:
- Try different backup code
- Ensure no spaces or typos
- Contact administrator for reset
Profile and Settings Issues
Can't Update Profile
Solutions:
-
Check permissions
- Verify you can modify profile
- Some fields may be read-only
- Contact administrator
-
Validation errors
- Email must be valid format
- Required fields must be filled
- Check for error messages
Password Change Fails
Common Issues:
- Current password incorrect
- New password doesn't meet requirements
- New password same as current
Password Requirements:
- Minimum 8 characters
- Uppercase and lowercase letters
- At least one number
- At least one special character
Admin Panel Issues
Can't Access Admin Panel
Causes:
- Not an administrator
- Permissions insufficient
- Session expired
Solutions:
- Verify your role is "Administrator"
- Log out and log back in
- Contact super admin for role assignment
Changes Not Saving
Solutions:
-
Check for errors
- Look for validation messages
- Ensure all required fields filled
- Check browser console
-
Session timeout
- Log out and log back in
- Make changes again
- Increase session timeout if needed
-
Browser issues
- Clear cache and cookies
- Try different browser
- Disable browser extensions
Performance Issues
Slow Login
Solutions:
- Clear browser cache
- Check network connection
- Try different browser
- Contact administrator if persistent
Dashboard Loading Slowly
Solutions:
- Reduce number of visible applications
- Clear browser cache
- Check internet speed
- Try at different time
Email Issues
Not Receiving Emails
Check:
- Spam/junk folder
- Email address correct
- Email service status
- Firewall not blocking
Solutions:
- Whitelist sender domain
- Check email filters
- Try alternative email
- Contact administrator
Invite Link Not Working
Causes:
- Link expired
- Link already used
- Link malformed
Solutions:
- Request new invite
- Check expiration date
- Don't modify link URL
- Contact administrator
Browser Compatibility
Supported Browsers
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
Known Issues
Internet Explorer: Not supported Old browser versions: May have display issues
Solutions:
- Update to latest browser version
- Use supported browser
- Enable JavaScript
- Clear browser cache
Security Headers and CSRF
CSRF Token Validation Failed
Symptoms: "CSRF token validation failed" error on form submission
Causes:
- Session expired
- Multiple tabs/windows
- Browser cached old form
Solutions:
-
Refresh the page
- Press F5 or Ctrl+R
- Form will get new CSRF token
- Submit again
-
Clear browser cache
- Close all SSO Portal tabs
- Clear cookies for the site
- Log in again
-
Check session timeout
- Extend session if needed
- Work more quickly if timing out
- Save work frequently
Getting Help
Before Contacting Support
Gather this information:
- Username/email
- Tenant name
- Browser and version
- Error message (exact text)
- Steps to reproduce
- Screenshots if applicable
Contact Options
Tenant Administrator:
- For user account issues
- Access problems
- Application access
Super Administrator:
- For system-wide issues
- Tenant configuration
- Technical problems
Audit Logs
Administrators can check:
- Admin > Audit
- Filter by your username
- Find failed events
- Share with support team
Prevention Tips
Avoid Common Issues
- Keep password manager updated
- Save MFA backup codes securely
- Use supported browsers
- Keep browser updated
- Don't share credentials
- Log out when finished
- Report suspicious activity
Best Practices
- Enable MFA on all accounts
- Use strong, unique passwords
- Review security settings regularly
- Keep contact info updated
- Monitor account activity
- Report issues promptly