- 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>
9 lines
No EOL
232 B
PHP
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',
|
|
]; |