瀏覽代碼

Add note about multiple realms to README.

Kestrel 1 年之前
父節點
當前提交
89fd3ac0e6
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -69,6 +69,19 @@ changed with `--port`.
 $UIDC server
 ```
 
+#### Realms ####
+
+uidc implements 'realms', or independent authentication domains. By default,
+everything is in the `primary` realm, but you can switch to another realm with
+`-r`. For example:
+
+```shell
+$UIDC realm create secondary
+$UIDC -r secondary user create someuser
+```
+
+Each realm has its own set of users, groups, roles, and clients.
+
 #### RBAC ####
 
 uidc implements a simple role-based authentication schema. it works as follows: