Update DOC.

This commit is contained in:
Juan Ignacio Fiorentino 2016-01-12 16:07:54 -03:00
parent 83840722fd
commit 0c2be9e7a5

4
DOC.md
View file

@ -178,9 +178,9 @@ OPTIONAL.
`int`. Expressed in seconds. 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.
OPTIONAL. A string with the location of your function. `sub` is 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 a `user` object. Returns a unique `string` for the given user.
The function receives a `user` object and returns a unique `string` for the given user.
Default is:
```python