Overview
SGIVU uses a secure OAuth2 and OpenID Connect authentication system to protect your account and data. All users must authenticate before accessing the platform’s features.Logging In
Navigate to Login
Access the SGIVU platform through your web browser. You’ll be automatically redirected to the login page if you’re not authenticated.
Enter Credentials
Enter your username and password in the login form. Make sure your credentials are correct and match what was provided during account setup.
Submit
Click the login button to authenticate. The system will verify your credentials and issue a secure access token.
Session Management
Automatic Session Handling
Your session is automatically managed by SGIVU. Sessions remain active while you’re using the platform and expire after a period of inactivity for security purposes.
Secure Token Storage
Access tokens are securely stored and automatically included with your requests. You don’t need to manually manage authentication tokens.
Security Features
Multi-Client Support
SGIVU supports different types of clients for various use cases:- Web Application: The main SGIVU web interface
- API Access: Programmatic access for integrations
- Testing Tools: Development and debugging clients for authorized users
Token-Based Authentication
All authenticated requests use JSON Web Tokens (JWT) that contain:- Your user identity
- Assigned roles and permissions
- Token expiration time
- Secure digital signature
OpenID Connect Discovery
The authentication system provides industry-standard OpenID Connect endpoints:- Authorization: Handles login flow and user consent
- Token Issuance: Issues secure access and refresh tokens
- Key Distribution: Publishes public keys for token verification
- User Info: Provides authenticated user profile data
Troubleshooting
I forgot my password
I forgot my password
Contact your system administrator to reset your password. Password reset functionality must be initiated by an administrator with appropriate permissions.
I'm getting 'Unauthorized' errors
I'm getting 'Unauthorized' errors
Login page won't load
Login page won't load
Ensure you’re using the correct SGIVU URL provided by your administrator. Check your internet connection and browser settings.
Authentication fails immediately after login
Authentication fails immediately after login
This may indicate a configuration issue with the authentication server. Contact your system administrator if the problem persists.
Best Practices
Strong Passwords
Use complex passwords with a mix of uppercase, lowercase, numbers, and special characters.
Log Out When Done
Always log out when you’re finished, especially on shared computers.
Protect Credentials
Never share your username and password with anyone, including colleagues.
Report Suspicious Activity
Contact your administrator immediately if you notice any unauthorized access to your account.