mirror of https://github.com/itflow-org/itflow
Merge pull request #1099 from itflow-org/aad-to-entra
Portal SSO - Rename AAD to Entra
This commit is contained in:
commit
ada0d52dc0
|
|
@ -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 } ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue