Wording Updates Azure to Entra

This commit is contained in:
johnnyq 2024-11-15 12:31:10 -05:00
parent a6a94e3ccd
commit 881f498237
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ if (isset($_POST['code']) && $_POST['state'] == session_id()) {
} else {
$_SESSION['login_message'] = 'Something went wrong with logging you in: Your account is not configured for Azure SSO. Please ensure you are setup in ITFlow as a contact and have Azure SSO configured.';
$_SESSION['login_message'] = 'Something went wrong with logging you in: Your account is not configured for Entra SSO. Please ensure you are setup in ITFlow as a contact and have Entra SSO configured.';
header("Location: index.php");
}