-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README/docs: Major revision and re-structuring (#217)
README/docs: Major revision and re-structuring - README: Revise installation section - move PyPI install instructions to the top. Resolves #218 - move manual pip install to dev section - revise requirements - README/docs: Revise configuration and settings - explain environment variables and settings files - add Dataporten info to docs - add documentation for DATABASE_URL - add safety warnings - README/docs: Revise development related content - stronger distinction between dev and prod instructions - add a dev section to the docs - move dev hints and tips to the docs - README: Update formatting - add syntax highlighting for code blocks - enforce line length limit - README/docs: Fix wording and typos
- Loading branch information
Showing
5 changed files
with
349 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. _dataporten: | ||
|
||
========== | ||
Dataporten | ||
========== | ||
|
||
Argus supports user authentication via Dataporten. | ||
|
||
|
||
Dataporten registration | ||
----------------------- | ||
|
||
Visit https://dashboard.dataporten.no/ for more information or to create a new | ||
application. | ||
|
||
|
||
Dataporten setup in Argus | ||
------------------------- | ||
|
||
In Argus, register a new application with the following redirect URL: | ||
``{server_url}/oidc/complete/dataporten_feide/`` | ||
|
||
Replace ``{server_url}`` with the URL to the server running this project, like | ||
``http://localhost:8000`` | ||
|
||
Now add the following permission scopes: | ||
* ``profile`` | ||
* ``userid`` | ||
* ``userid-feide`` | ||
* ``email`` |
Oops, something went wrong.