Client portal updates

This commit is contained in:
Marcus Hill
2022-03-20 16:02:58 +00:00
parent 7be4685ea4
commit 34d6caa016
21 changed files with 780 additions and 164 deletions

View File

@@ -20,6 +20,8 @@
<hr>
<h4>Mesh Central Asset Integration</h4>
<div class="form-group">
<label>MeshCentral URI & Port</label>
<div class="input-group">
@@ -56,6 +58,29 @@
</div>
</div>
<hr>
<h4>Client Portal SSO via Microsoft Azure AD</h4>
<div class="form-group">
<label>MS Azure OAuth App (Client) ID</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
</div>
<input type="text" class="form-control" name="azure_client_id" placeholder="e721e3b6-01d6-50e8-7f22-c84d951a52e7" value="<?php echo $config_azure_client_id; ?>">
</div>
</div>
<div class="form-group">
<label>MS Azure OAuth Secret</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-key"></i></span>
</div>
<input type="password" class="form-control" name="azure_client_secret" placeholder="Auto-generated from App Registration" value="<?php echo $config_azure_client_secret; ?>" autocomplete="new-password">
</div>
</div>
<hr>
<button type="submit" name="edit_general_settings" class="btn btn-primary">Save</button>