Skip to content

Commit

Permalink
fix(doc): correct doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienvauchelles committed Jun 27, 2018
1 parent 58442ec commit 166bd27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions docs/readthedocs/source/installation/simple/auth0/index.rst
Expand Up @@ -80,6 +80,10 @@ In *Allowed Callback URLs*, write your server URL :
.. image:: step_8.jpg


.. WARNING::
Don't forget the /callback


Step 5: Save the application
----------------------------

Expand Down
32 changes: 16 additions & 16 deletions docs/readthedocs/source/installation/simple/index.rst
Expand Up @@ -65,22 +65,22 @@ Copy the configuration template:

::

cp variables.examples.env variables.env


Fill the missing parameters in variables.env:

============================== ========================================================================== ================================================
Parameter Description Example
============================== ========================================================================== ================================================
AUTH_PLAYER_ISSUER Use Domain from Auth0. Template is: https://<domain>/ https://stuff.eu.auth0.com/
AUTH_PLAYER_JWKS_URI Use Domain from Auth0. Template is: https://<domain>/.well-known/jwks.json https://stuff.eu.auth0.com/.well-known/jwks.json
NG_QS_AUTH_PLAYER_AUDIENCE Use Identifier from Auth0 https://www.stuff.com
NG_QS_AUTH_PLAYER_CLIENT_ID Use Client ID from Auth0 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
NG_QS_AUTH_PLAYER_DOMAIN Use Domain from Auth0 stuff.eu.auth0.com
NG_QS_AUTH_PLAYER_REDIRECT_URI Use your server URL like http://<your server url>/callback http://localhost:3000/callback
AUTH_ADMIN_SECRET Use a random string FgkqZ41Qlal410q40calw412SQSF
============================== ========================================================================== ================================================
cp variables.example.env variables.env


Fill the missing parameters in :code:`variables.env`:

============================== ============================================================================== ================================================
Parameter Description Example
============================== ============================================================================== ================================================
AUTH_PLAYER_ISSUER Use **Domain** from Auth0. Template is: https://<domain>/ https://stuff.eu.auth0.com/
AUTH_PLAYER_JWKS_URI Use **Domain** from Auth0. Template is: https://<domain>/.well-known/jwks.json https://stuff.eu.auth0.com/.well-known/jwks.json
NG_QS_AUTH_PLAYER_AUDIENCE Use **Identifier** from Auth0 https://www.stuff.com
NG_QS_AUTH_PLAYER_CLIENT_ID Use **Client** ID from Auth0 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
NG_QS_AUTH_PLAYER_DOMAIN Use **Domain** from Auth0 stuff.eu.auth0.com
NG_QS_AUTH_PLAYER_REDIRECT_URI Use your server URL like http://<your server url>/callback http://localhost:3000/callback
AUTH_ADMIN_SECRET Use a random string FgkqZ41Qlal410q40calw412SQSF
============================== ============================================================================== ================================================



Expand Down

0 comments on commit 166bd27

Please sign in to comment.