Edit docs.
This commit is contained in:
parent
4971449684
commit
d125ed3955
2 changed files with 8 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 116 KiB |
|
@ -21,6 +21,14 @@ Properties
|
||||||
* ``response_type``: Values depends of wich flow you want use.
|
* ``response_type``: Values depends of wich flow you want use.
|
||||||
* ``jwt_alg``: Clients can choose wich algorithm will be used to sign id_tokens. Values are ``HS256`` and ``RS256``.
|
* ``jwt_alg``: Clients can choose wich algorithm will be used to sign id_tokens. Values are ``HS256`` and ``RS256``.
|
||||||
* ``date_created``: Date automatically added when created.
|
* ``date_created``: Date automatically added when created.
|
||||||
|
* ``redirect_uris``: List of redirect URIs.
|
||||||
|
|
||||||
|
Optional information:
|
||||||
|
|
||||||
|
* ``website_url``: Website URL of your client.
|
||||||
|
* ``terms_url``: External reference to the privacy policy of the client.
|
||||||
|
* ``contact_email``: Contact email.
|
||||||
|
* ``logo``: Logo image.
|
||||||
|
|
||||||
Using the admin
|
Using the admin
|
||||||
===============
|
===============
|
||||||
|
|
Loading…
Reference in a new issue