Skip to content
Snippets Groups Projects
Verified Commit 9c1d0fbe authored by Mark's avatar Mark
Browse files

Rewrite install and configuration instructions

parent 12a08e44
No related branches found
No related tags found
1 merge request!5Service Integration
# Install
Clone the repo and make sure to also fetch the submodules.
```
git submodule update --init
```
Installation should be done via the helm using the helmchart contained in `./helmchart`.
Make sure to edit the values in `./helmchart/values.yaml` according to your needs
......@@ -9,8 +14,8 @@ To use OpenID Connect or oAuth you need to set up an oAuth Client for every appl
needs to authenticate it's users. You can leverage the Hydra Admin API to create oAuth clients.
As a starting point, you can have a look at the script provided in `test/`.
To use SSO configure your oAuth client (for example netxtcloud) and create a new oAuth client object.
Refer to `https://sso.oas.example.net/.well-known/openid-configuration` as a reference on how to configure your openID Connect or oAuth client
To use SSO, configure your oAuth client (for example netxtcloud) and create a new oAuth client object.
After your server is running, refer to `https://sso.<YOUR.DOMAIN>/.well-known/openid-configuration` as a reference on how to configure your openID Connect or oAuth client.
# Testing
......@@ -26,5 +31,5 @@ You can use the scripts located in `user-panel/utils` to create users for testin
If you don't have a test application yourself, you can use the small OpeinID Connect
test application located at `test/login_logout/`
Also refer to `.gitlab-ci.yaml` to get an idea on how to run all of the tests that are
Also refer to `.gitlab-ci.yml` to get an idea on how to run all of the tests that are
contained in this repository.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment