{% extends "cacsremoteservice/views/layouts/master.html" %} {% block secondary-nav %} {% include "cacsremoteservice/views/groups/group-configuration-header.html" with group-id=group-id tabs=tabs %} {% endblock %} {% block scripts %} {% endblock %} {% block main %}
{% include "cacsremoteservice/views/partials/validation-errors.html" %}

Group Configuration

General

Default CodeScene role

The privileges for this role are granted to users not having an explicit role mapping.

Add New Role Mapping

{% for principal in principals %}

The principal can be either a CodeScene login or a username/group retreived from OAuth2/LDAP.

All Role Mappings

{% if users|not-empty %} {% for user in users %} {% endfor %}
Authentication Provider Principal CodeScene Role
{{user.provider-name|upper}} {{user.username}}
{% else %}

You haven't defined any mappings yet. Please add one using the dialog above.

{% endif %}
{% endblock %}