diff --git a/docs/images/client_creation.png b/docs/images/client_creation.png index fac2105..2b7fc8b 100644 Binary files a/docs/images/client_creation.png and b/docs/images/client_creation.png differ diff --git a/docs/sections/relyingparties.rst b/docs/sections/relyingparties.rst index 754094a..d55c58c 100644 --- a/docs/sections/relyingparties.rst +++ b/docs/sections/relyingparties.rst @@ -21,6 +21,14 @@ Properties * ``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``. * ``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 ===============