Skip to content

Commit 6aaa5db

Browse files
committed
auth/login: add pointer to additional configuration
1 parent 7ea5721 commit 6aaa5db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/auth/how-to/login.md

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ and either:
3636
- `WONDERWALL_OPENID_CLIENT_JWK` - this is a private key in JWK format, e.g. `{"kty":"RSA","e":"AQAB","kid":"my-key-id",...}`, or
3737
- `WONDERWALL_OPENID_CLIENT_SECRET` - the client secret for your application
3838

39+
Optionally, add additional environment variables to the secret to configure the login proxy further.
40+
See the [Wonderwall configuration reference :octicons-link-external-16:](https://github.com/nais/wonderwall/blob/master/docs/configuration.md) for all available options.
41+
3942
## Configure your application
4043

4144
Enable the proxy in your application configuration:

0 commit comments

Comments
 (0)