Skip to content

Commit

Permalink
Update web-properties.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniela Butano committed Sep 24, 2019
1 parent 9617f6a commit dc9809e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/webapp/properties/web-properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ registration process for a number of popular providers. For example, for Google,
a Google+ account and to visit `the Google developer's console <https://console.developers.google.com/>`_
to create an application.

For ELIXIR, you will need
1. an ELIXIR account. Please register here https://elixir-europe.org/register
2. to register the new client https://login.elixir-czech.org/oidc/manage/dev/dynreg pleases visit the *Self-service client registration* page

For each application you will need to register the callback URI, which looks like:

.. code-block:: bash
Expand All @@ -253,7 +257,7 @@ names. The values are case insensitive, and will be processed as upper-case valu
# You can list just a single provider:
oauth2.providers = GOOGLE
# or multiple providers, combining standard and custom providers:
oauth2.providers = GOOGLE,GITHUB,FACEBOOK,MICROSOFT,STRAVA,AIP
oauth2.providers = GOOGLE,ELIXIR,GITHUB,FACEBOOK,MICROSOFT,STRAVA,AIP
Configuring OLTU Supported Providers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit dc9809e

Please sign in to comment.