You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,21 @@ This application can be configured using two environment variables:
30
30
-`BASE_URL` (optional): The base url of this app. If served e.g. behind a proxy or via
31
31
GitHub pages this would be the path, e.g. `https://mywebsite.com/kratos-selfservice-ui-node/`.
32
32
**Must be absolute!**
33
+
-`COOKIE_SECRET` (optional): This secret is used to encrypt cookies which are used as part of the ORY Hydra
34
+
integration.
33
35
-`TLS_CERT_PATH` (optional): Path to certificate file. Should be set up together with `TLS_KEY_PATH` to enable HTTPS.
34
36
-`TLS_KEY_PATH` (optional): Path to key file Should be set up together with `TLS_CERT_PATH` to enable HTTPS.
35
37
38
+
If you want to also use hydra and connect an app via OAuth2, set these env-variables:
39
+
-`HYDRA_ADMIN_URL` should point to hydra's admin port including scheme (e.g. https://hydra.example.com:445)
40
+
41
+
If you want to test hydra without the use of kratos for user-management, rather have a look at the [hydra-login-consent-node][https://github.com/ory/hydra-login-consent-node].
42
+
36
43
### Network Setup
37
44
38
45
This application works in two set ups:
39
46
40
-
- Standalone with ORY Kratos
47
+
- Standalone with ORY Kratos (plus optionally ORY Hydra)
0 commit comments