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

Remove duplicates from README

parent 2e6fba5a
No related branches found
No related tags found
1 merge request!7Integration user panel
......@@ -43,6 +43,7 @@ default values. Values in **bold** letters need to be changed for Routing and TL
| Parameter | Description | Default |
| ------------------------------------ | --------------------------------------------------- | ------------------------- |
| `singleSignOnHost` **FQDN of the openID Connect / oAuth2 server** | **sso.oas.example.net** |
| `userpanel.ingress.host` | **FQDN of the userpanel** | **admin.oas.example.net** |
| `userpanel.oAuth.client_secret` | oAuth2 client secret | YouReallyNeedToChangeThis |
| `userbackend.username` | Username of the admin user | admin |
......@@ -53,6 +54,3 @@ default values. Values in **bold** letters need to be changed for Routing and TL
| `hydra.hydra.config.urls.login` | **URI that will be used for the login page** | **https://sso.oas.example.net/login** |
| `hydra.hydra.config.urls.consent` | **URI that will be used for permission checks** | **https://sso.oas.example.net/consent** |
| `hydra.hydra.config.secrets.system` | Secret that is used to generate secure tokens | YouReallyNeedToChangeThis |
| `hydra.ingress.host` | **FQDN of the oAuth server** | **sso.oas.example.net** |
| `hydra.ingress.public.hosts.host` | **FQDN of the oAuth server** | **sso.oas.example.net** |
| `hydra.ingress.tls.hosts.host` | **FQDN of the oAuth server** | **sso.oas.example.net** |
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