Hide unsolicited SSO option in config (#1425)

This commit is contained in:
Chad Scharf 2022-01-31 17:43:56 -05:00 committed by GitHub
parent d79f074825
commit 61ab2fbda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -443,7 +443,8 @@
<option *ngFor="let o of samlSigningAlgorithms" [ngValue]="o">{{ o }}</option> <option *ngFor="let o of samlSigningAlgorithms" [ngValue]="o">{{ o }}</option>
</select> </select>
</div> </div>
<div class="form-group"> <div class="form-group" [hidden]="true">
<!--TODO: Unhide once Unsolicited IdP Response is supported-->
<div class="form-check"> <div class="form-check">
<input <input
class="form-check-input" class="form-check-input"