You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2026-01-12 22:51:25 +03:00
Reverse ULID for exampels
This commit is contained in:
committed by
Quentin Gliech
parent
015b8b6d89
commit
ba486a4773
@@ -155,14 +155,14 @@ List of OAuth 2.0/OIDC clients and their keys/secrets. Each `client_id` must be
|
||||
```yaml
|
||||
clients:
|
||||
# Confidential client
|
||||
- client_id: FIRST000000000000000000000
|
||||
- client_id: 000000000000000000000FIRST
|
||||
client_auth_method: clent_secret_post
|
||||
client_secret: secret
|
||||
# List of authorized redirect URIs
|
||||
redirect_uris:
|
||||
- http://localhost:1234/callback
|
||||
# Public client
|
||||
- client_id: SEC0ND00000000000000000000
|
||||
- client_id: 00000000000000000000SEC0ND
|
||||
client_auth_method: none
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user