Files
cosmos-explorer/src/redirectBridge.html
T
sindhuba 339ba4f295 Upgrade MSAL library version (#2454)
* 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
2026-04-08 10:40:06 -07:00

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>