mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-22 08:07:26 +00:00
4548f69de8
Provide the minimal components required to support an Outlook add-in: user authentication, JWT retrieval, and API calls to generate meeting links. This implementation is an early alpha: developer experience is limited, documentation is incomplete, and the solution is not white-labeled. It's too early to consider these parts ready to ship into production. As a result, it is currently only available within the DINUM frontend image.
12 lines
386 B
HTML
12 lines
386 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title data-app-name></title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
<script nonce="NONCE_PLACEHOLDER" src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>
|
|
<script nonce="NONCE_PLACEHOLDER" src="/addons/outlook/config.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|