{% extends "base.html" %} {% block title %}Role mapping — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}

Role mapping

Internal roles App-defined capabilities. Core roles seed the legacy hierarchy; module roles are registered by feature modules.

Role Description Owner module Type Mappings Direct grants
Loading internal roles...

Group to role mappings External Cloud Identity group IDs mapped onto internal roles. Resolved at sign-in.

External group ID Internal role Assigned by Created Actions
Loading mappings...
Known groups Click a chip to fill the form below.
{% if known_groups and known_groups | length > 0 %}
{% for g in known_groups %} {% endfor %}
{% else %}
We don't have any group IDs to suggest yet. Sign in via Google so the page can read your session.google_groups, or set the LOCAL_DEV_GROUPS env var when running locally. You can still type any Cloud Identity group ID into the form below — the input accepts any non-empty string.
{% endif %}
{% endblock %}