Authentication
Gradiant’s authentication system provides robust security through multiple authentication methods, session management, and comprehensive security controls.Authentication Methods
Password Authentication
Secure password-based login
Multi-Factor Auth
Additional security layers
WebAuthn
Biometric and hardware authentication
OAuth/SSO
Single sign-on integration
Password Authentication
Requirements
Password requirements ensure strong security while maintaining usability
- Minimum 12 characters
- Mix of uppercase and lowercase letters
- At least one number
- At least one special character
- No common patterns or dictionary words
- Not similar to previous passwords
Implementation
Multi-Factor Authentication
Available Methods
Time-based OTP (TOTP)
Time-based OTP (TOTP)
- Compatible with Google Authenticator - 30-second code rotation - Secure key generation - Backup codes provided
SMS Authentication
SMS Authentication
- Phone number verification - Rate-limited sending - Code expiration - Fallback options
Email Authentication
Email Authentication
- Secure code delivery - Limited validity period - Anti-phishing measures - Backup verification
Setup Process
1
Enable MFA Navigate to security settings and enable MFA ### Choose Method
2
Select preferred authentication method ### Verify Setup Complete verification
process ### Save Backup Codes Store backup codes securely
WebAuthn Support
Features
Built on FIDO2 standards for strong authentication
- Biometric authentication
- Hardware security keys
- Platform authenticators
- Resident key support
- User verification
Implementation 2
OAuth/SSO Integration
Supported Providers
| Provider | OAuth 2.0 | OpenID Connect | SAML 2.0 |
|---|---|---|---|
| Google Workspace | ✓ | ✓ | ✓ |
| Microsoft Azure AD | ✓ | ✓ | ✓ |
| Okta | ✓ | ✓ | ✓ |
| Auth0 | ✓ | ✓ | ✓ |
Configuration
Session Management
Session Security
- Secure session tokens
- Automatic session expiration
- Device fingerprinting
- Concurrent session limits
- Forced session termination
- Activity monitoring
Implementation 3
Security Controls
Brute Force Protection
- Progressive delays
- Account lockouts
- IP-based rate limiting
- Geographic restrictions
- Suspicious activity detection
Audit Logging
Best Practices
Enable MFA
Require MFA for all accounts
Regular Audits
Review authentication logs
Update Policies
Keep security policies current
Monitor Activity
Track authentication patterns
Troubleshooting
Account Lockout
Account Lockout
- Wait for lockout period to expire - Contact support for manual unlock - Use account recovery process - Verify identity through alternate means
MFA Issues
MFA Issues
- Check time synchronization - Use backup codes if available - Contact support for reset - Verify device settings
SSO Problems
SSO Problems
- Verify provider configuration - Check network connectivity - Validate certificates - Review error logs