Overview
Basic authentication allows you to connect to Oracle Fusion Cloud using your standard username and password. This is the simplest authentication method and is included in the free version of Koala Data Explorer.Prerequisites
- Valid Oracle Fusion Cloud user account
- User credentials (username and password)
- Network access to your Oracle Fusion instance
Setting Up Basic Authentication
Step 1: Open Connection Manager
- Open VS Code with Koala Data Explorer installed
- Press
Ctrl+Shift+P
(Windows/Linux) orCmd+Shift+P
(Mac) to open the command palette - Type “Koala: Manage Connections” and select it
Step 2: Add New Connection
- Click the “Add Connection” button
- Select “Basic Authentication” as the authentication type
Step 3: Enter Connection Details
Fill in the following required fields:- Connection Name: A descriptive name for this connection (e.g., “Production”, “Test Environment”)
- Host URL: Your Oracle Fusion Cloud URL (e.g.,
https://your-instance.oraclecloud.com
) - Username: Your Oracle Fusion username
- Password: Your Oracle Fusion password
Credentials are securely stored in VS Code’s secret storage and are never saved in plain text.
Step 4: Test Connection
- Click “Test Connection” to verify your credentials
- Wait for the connection test to complete
- If successful, you’ll see a green checkmark
- If failed, verify your credentials and network connectivity
Step 5: Save Connection
Click “Save” to store the connection for future use.Using Basic Authentication
Once configured, you can:- Select your connection from the dropdown in the Koala panel
- The connection will be automatically established
- Start writing and executing queries immediately
Security Considerations
Password Storage
- Passwords are stored using VS Code’s built-in secret storage
- Credentials are encrypted at rest
- Never shared or transmitted except to Oracle Fusion Cloud
Best Practices
For enterprise environments, OAuth PKCE authentication is also available in the paid version.- Use strong, unique passwords
- Rotate passwords regularly
- Enable multi-factor authentication in Oracle Fusion when available
- Avoid sharing connections or credentials
Limitations
Basic authentication in the free version includes:- Single active connection at a time
- Manual password updates when changed
- No SSO integration
- Limited to 50 rows per query
Troubleshooting
Invalid Credentials
If you receive an authentication error:- Verify your username and password are correct
- Check if your account is locked or expired
- Ensure you’re using the correct Oracle Fusion instance URL
Connection Timeout
If the connection times out:- Check your network connectivity
- Verify firewall settings allow HTTPS traffic
- Confirm the Oracle Fusion instance is accessible
Password Changes
When your Oracle Fusion password changes:- Open Connection Manager
- Edit the existing connection
- Update the password field
- Test and save the connection
OAuth PKCE Authentication
For enterprise environments, the paid version also offers:- OAuth 2.0 PKCE authentication
- Single Sign-On (SSO) support
- Automatic token refresh
- Enterprise integration features