hp-copy-proofing/config.php
DJP 37fcdcb5cc Add Microsoft authentication and user tracking to HP Copy Proofing Tool
- Implemented Microsoft Azure AD authentication using MSAL
- Added login/logout functionality with protected content
- Integrated username/email capture from authenticated users
- Modified webhook to include username and timestamp with each submission
- Updated README with authentication setup and usage instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 14:49:33 -04:00

9 lines
No EOL
232 B
PHP

<?php
/**
* Configuration file for Box webhook integration
*/
// Default webhook URL - replace with your actual webhook URL
$config = [
'webhook_url' => 'https://hook.us1.make.celonis.com/2k3aopltgt4mguvrtynygyrjkqeajddn',
];