Search K
Appearance
Appearance
The MinuteView Controller uses a modern OAuth 2.0 Client Credentials authentication system that eliminates the need to deploy license files to individual workstations. Instead, license credentials are securely stored in the Vault database and automatically distributed to all users.
Tentech.DocControl.LicenseObtain Credentials File
Upload to Vault
Verify Upload
{
"ClientId": "your-client-id-here",
"ClientSecret": "your-client-secret-here",
"ServerUrl": "https://your-minuteview-server.com",
"CompanyName": "Your Company Name",
"Scope": "api:powershell api:vault",
"Features": ["CONTROLLER"],
"Metadata": {
"CreatedDate": "2025-09-01T00:00:00Z",
"Version": "1.0",
"IsTransferable": true
}
}Receive New Credentials
Update Process
Access License Management
Delete License
Symptoms: File shows red "Invalid credentials file" message Causes:
Solutions:
Symptoms: Upload button clicked but save fails Causes:
Solutions:
Symptoms: Controller loads but features don't work, debug logs show auth failure Causes:
Solutions:
Symptoms: Authentication appears to hang or timeout Causes:
Solutions:
Symptoms: Connection fails with SSL errors Causes:
Solutions:
Symptoms: Controller shows limited interface after login Causes:
Solutions:
Symptoms: Some Controller features not visible Causes:
Solutions:
Enable Debug Logs:
Key Log Entries:
Starting authentication request to: [URL] - Shows attempted connectionReceived response: [StatusCode] - Shows server responseAuthentication successful - Confirms working authenticationRequest timed out or exceptions - Indicates connection problemsTest Server Connectivity:
ping your-minuteview-server.com
telnet your-minuteview-server.com 443Test API Endpoint (using Postman or curl):
POST https://your-server.com/api/clientapptoken
Content-Type: application/json
Body: {
"ClientId": "your-id",
"ClientSecret": "your-secret",
"GrantType": "client_credentials",
"Scope": "data:read data:write"
}Clear Local Cache:
%TEMP%VaultDocControl_MenuConfig_Cache.jsonForce Configuration Refresh:
If OAuth system has issues, Controller will attempt to fall back to legacy .lic file system temporarily. This ensures continuity during troubleshooting.
For technical support with licensing issues:
Tentech.DocControl.License%TEMP%\VaultDocControl_MenuConfig_Cache.jsonVaultDocControl\Resources\sample-credentials.jsonPOST /api/clientapptokenGET /api/GetDocControlFeatures (with Bearer token)Last Updated: September 2025
Version: 1.0