MrWho

MrWhoOidc Multi-Tenancy Quick Reference

Last updated: 2026-03-29

Core Model

URL Patterns

Single-tenant style:

https://auth.example.com/.well-known/openid-configuration

Tenant-scoped style:

https://auth.example.com/t/acme/.well-known/openid-configuration
https://auth.example.com/t/acme/authorize
https://auth.example.com/t/acme/token

Default / Platform Context

Use the default context for:

Tenant Context

Use tenant-scoped URLs for:

Operational Notes

CLI Pattern

Typical CLI login in a tenant-scoped deployment:

mrwho-cli login --server https://auth.example.com/t/acme

See mrwho-cli-guide.md for examples.