Skip to content

Commit

Permalink
Fix spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Aug 20, 2024
1 parent 2146644 commit 68544b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/faq/Using Azure AD for Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

$intro = '<p>Open-AudIT can use Azure Active Directory (Azure AD) as an authentication method. This means your user in Open-AudIT can click the Logon using Azure button on the logon page and use their Azure AD credentials to logon. That user will need to already exist within Open-AudIT (and be assigned Roles and Orgs), but will not need to remember a separate set of logon credentials.<br></p>';

$body = '<p>To use this Enterprise feature, you first need to create your user in Open-AudIT as per usual. Assigning a password is not necessary. You do have to assign Roles and Orgs. The username in Open-AudIT should match the Azure AD \'preferred username\' attribute. There is no need for a Full Name or Email - these will be populated from Azure. If you don\'t know your users \'preferred username\', fear not. You can create the new Auth Menthod in Open-AudIT and the Enterprise Application in Azure and when a user attempts to sign-on to Open-AudIT without a pre-existing user, check the logs and you\'ll see their \'preferred username\' logged for your convienence.<br></p><p>Then create a new Auth method in Open-AudIT by going to menu -> Admin -> Auth Methods -> Create Auth. Provide a name and set the \'type\' to Azure.</p>
$body = '<p>To use this Enterprise feature, you first need to create your user in Open-AudIT as per usual. Assigning a password is not necessary. You do have to assign Roles and Orgs. The username in Open-AudIT should match the Azure AD \'preferred username\' attribute. There is no need for a Full Name or Email - these will be populated from Azure. If you don\'t know your users \'preferred username\', fear not. You can create the new Auth Method in Open-AudIT and the Enterprise Application in Azure and when a user attempts to sign-on to Open-AudIT without a pre-existing user, check the logs and you\'ll see their \'preferred username\' logged for your convienence.<br></p><p>Then create a new Auth method in Open-AudIT by going to menu -> Admin -> Auth Methods -> Create Auth. Provide a name and set the \'type\' to Azure.</p>
<img src="' . base_url() . 'images/auth_az_14.png" class="img-thumbnail img-fluid">
<p><br><br>In a second tab or window sign-on to your Azure Active Directory console and go to Enterprise Applications, then click \'New application\'.</p>
Expand Down

0 comments on commit 68544b4

Please sign in to comment.