Update Docs.
This commit is contained in:
parent
a97ef2b5cf
commit
2e9cd8824c
1 changed files with 1 additions and 1 deletions
2
doc.md
2
doc.md
|
@ -136,7 +136,7 @@ Default is `60*10`.
|
|||
##### OIDC_IDTOKEN_SUB_GENERATOR
|
||||
OPTIONAL. Subject Identifier. A locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.
|
||||
|
||||
Is just a function that receives both `user` and `client` objects, returns a string.
|
||||
Is just a function that receives a `user` object. Returns a unique string for the given user.
|
||||
|
||||
Default is:
|
||||
```python
|
||||
|
|
Loading…
Reference in a new issue