Portal SSO - Rename AAD to Entra

This commit is contained in:
Marcus Hill 2024-11-02 10:54:19 +00:00
parent eb70aba430
commit 2e2a992c32
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
<hr>
<div class="col text-center">
<a href="login_microsoft.php">
<button type="button" class="btn btn-secondary">Login with Microsoft Azure AD</button>
<button type="button" class="btn btn-secondary">Login with Microsoft Entra</button>
</a>
</div>
<?php } ?>