Verification & Testing
Comprehensive testing guide to verify ORISO Platform is functioning correctly.1
Run Complete Verification
Execute the verification script to check all components.
All verification checks should pass successfully.
2
Test User Registration
Test the complete user registration flow.
- Access Frontend:
http://YOUR_SERVER_IP:9001 - Click “Register”
- Fill in registration form:
- Username
- Password
- Submit
- Verify:
- User is created in Keycloak
- User can login
- Matrix account is created
User should be able to register, login, and access the platform.
3
Test Authentication Flow
Verify OAuth/OIDC authentication is working.
Should return access_token, refresh_token, and token metadata.
4
Test Backend API
Test backend API endpoints with authentication.
APIs should return JSON data with 200 OK status.
5
Test Matrix Chat
Verify Matrix chat functionality.
- Access Element.io:
http://YOUR_SERVER_IP:8087 - Login with registered user
- Create a room
- Send a message
- Verify message appears
User should be able to create rooms, send messages, and receive messages.
Next Steps
- Backup Configuration - Setup automated backups
- Security Hardening - Apply security measures