Read only policy support

This commit is contained in:
2024-10-04 12:58:40 +02:00
parent 379fef4b00
commit 9b7b903c57
13 changed files with 544 additions and 274 deletions

View File

@ -2,10 +2,21 @@
{% block content %}
<h3>
Welcome, {{ auth.full_name }}
<!-- Welcome, {{ auth.full_name }} -->
authentication info
</h3>
<hr>
<h4>authentication info</h4>
<!-- <h4>authentication info</h4> -->
<div class="row data">
<div class="col col-2">
<strong>full name</strong>
</div>
<div class="col col-6">
<span data-toggle="tooltip" data-placement="right" title="OIDC username: {{ auth.login_name }}">
{{ auth.full_name }}
</span>
</div>
</div>
<div class="row data">
<div class="col col-2">
<strong>username</strong>