Skip to content

Commit 8b14e66

Browse files
fix: add docs for 10 commits starting from 9ad2b8ca (2026-06-17) (#1011)
1 parent 235a1e2 commit 8b14e66

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/application/dynamic-client-registration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ Your registration request needs at least one redirect URI. Everything else is op
7575

7676
Applications created through DCR get a 7-day token expiration and are tagged with `dcr` for easy identification in the admin interface.
7777

78+
## Managing a registered client
79+
80+
Casdoor also implements [RFC 7592](https://datatracker.ietf.org/doc/html/rfc7592) so a client can read, update, or delete its own registration at `/api/oauth/register/{client_id}`:
81+
82+
- `GET /api/oauth/register/{client_id}` — read the client's current metadata.
83+
- `PUT /api/oauth/register/{client_id}` — update the client's metadata.
84+
- `DELETE /api/oauth/register/{client_id}` — delete the client.
85+
7886
## Controlling DCR Per Organization
7987

8088
Organizations control whether DCR is available through the `dcrPolicy` setting on the organization configuration page. Two values are supported:

docs/provider/faceid/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ Casdoor supports Face ID as a sign-in method. Only enable it when you can ensure
1111

1212
1. Open the Casdoor admin UI → **Providers****Add**.
1313
2. Set **Category** to **Face ID**.
14-
3. Choose the **Type** (e.g. Alibaba Cloud FaceBody).
15-
4. Fill in the required fields (e.g. **Client ID**, **Client Secret**, **Endpoint** as needed) and save.
14+
3. Choose the **Type**:
15+
- **Alibaba Cloud Facebody** — cloud face recognition (requires the provider's credentials/endpoint).
16+
- **Local UniFace** — on-device face recognition using the [UniFace](https://github.com/yakhyo/uniface) model, with no external service.
17+
4. Fill in the required fields (e.g. **Client ID**, **Client Secret**, **Endpoint** for cloud types) and save.

0 commit comments

Comments
 (0)