mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-15 01:37:37 +01:00
339ba4f295
* Reapply "MSAL browser migration changes"
This reverts commit 60a65efb7b.
* Fix redirect URI for localhost
* Fix URI for logout and other minor fix
* Remove unnecessary files
* Fix tests
* Fix tests
* Run npm format
* Address comments
* Address comment
15 lines
401 B
HTML
15 lines
401 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Authentication Redirect</title>
|
|
</head>
|
|
<body>
|
|
<!-- MSAL COOP Redirect Bridge - handles auth response from Identity Provider -->
|
|
<div id="redirect-container">
|
|
<p>Processing authentication...</p>
|
|
</div>
|
|
</body>
|
|
</html>
|