Skip to content

Commit

Permalink
AUT-1780 Add representee_list scope option to login view
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten332 committed Apr 24, 2024
1 parent e0c57ad commit 22c0f2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/templates/loginView.html
Expand Up @@ -155,6 +155,13 @@ <h4>Authentication Request</h4>
representee.*
</label>
</div>
<div class="form-check" th:if="${authentication_provider == 'govsso'}">
<input class="form-check-input" type="checkbox" id="authScopeRepresenteeList"
name="scope" value="representee_list"/>
<label class="form-check-label" for="authScopeRepresenteeList">
representee_list
</label>
</div>
<div class="form-row">
<div class="col-sm-3">
<input class="form-control form-control-sm" type="text" id="authScopeCustom"
Expand Down

0 comments on commit 22c0f2a

Please sign in to comment.