{# Signing in, or — where nobody signs in — how this installation authenticates instead. In the bare frame, like the shared conversation: a person arriving here has no credential, so a navigation listing every area would describe the installation to somebody who may reach none of it. The links are the ones `auth_providers` reports for this workspace and no others, so a provider configured for another workspace is not offered here to be refused there. #}{% extends layout %} {% import "macros.html" as m %} {% block content %} {% if person %}
You are signed in as {{ person }}.
You will be sent to the provider and back. Whether you are admitted, and in what role, is this workspace's decision, made again every time you sign in.
Nobody signs in here. This installation asks for no credential: it serves the person at the machine it runs on, with the authority the command line already gives them.
Nobody signs in here. This installation authenticates with API keys, presented in a header on every request — which a browser cannot do for a page load. Use the HTTP API or the command line.
{{ listed.detail or 'No sign-in is offered for this workspace.' }}