ADMIN_CLIENTS_TEMPLATE = """
Manage OIDC clients - Logged in as: {{ admin_user.username }}
| ID | Client ID | Client Name | Redirect URIs | Allowed Scopes | Actions |
|---|---|---|---|---|---|
| {{ client.id }} | {{ client.client_id }} |
{{ client.client_name }} |
|
{{ client.get_allowed_scopes()|join(', ') }} |
Add a new client application to the system
Modify details for client: {{ client.client_name }}