Skip to content

Commit 05c82fe

Browse files
committed
refactor: remove redundant user access roles section from provider form
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent f4266b9 commit 05c82fe

1 file changed

Lines changed: 0 additions & 39 deletions

File tree

frontend/src/app/app-management/identity-provider/shared/components/provider-form/provider-form.component.html

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -291,45 +291,6 @@ <h6 class="card-title font-weight-bold">
291291
</div>
292292
</div>
293293

294-
<!-- Required Roles for Authentication -->
295-
<div class="form-section">
296-
<h5 class="section-title">
297-
<i class="icon-lock"></i>
298-
Required Roles for Authentication
299-
</h5>
300-
301-
<div class="alert alert-info alert-styled-left">
302-
<span class="font-weight-semibold">
303-
<i class="icon-info22"></i>
304-
User Access Requirements
305-
</span>
306-
<p class="mt-2 mb-0">
307-
Users must have at least one of these roles in your Identity Provider to access this panel:
308-
</p>
309-
</div>
310-
311-
<div class="row">
312-
<div class="col-md-12">
313-
<div class="required-roles-container">
314-
<div class="role-badge-item">
315-
<i class="icon-shield text-primary mr-2"></i>
316-
<span class="font-weight-500">ROLE_USER</span>
317-
<small class="text-muted ml-2">Basic access to the panel</small>
318-
</div>
319-
<div class="role-badge-item mt-2">
320-
<i class="icon-star text-warning mr-2"></i>
321-
<span class="font-weight-500">ROLE_ADMIN</span>
322-
<small class="text-muted ml-2">Full administrative access</small>
323-
</div>
324-
</div>
325-
<small class="form-text text-muted d-block mt-3">
326-
<i class="icon-alert mr-1"></i>
327-
Ensure your Identity Provider includes these roles in the SAML assertion for users to authenticate successfully.
328-
</small>
329-
</div>
330-
</div>
331-
</div>
332-
333294
<!-- Status -->
334295
<div class="form-section">
335296
<h5 class="section-title">

0 commit comments

Comments
 (0)