Update docs/auth/auth0/provider.md

Co-authored-by: Jamie Klassen <jklassen@vmware.com>
Signed-off-by: Waldir Montoya <35240971+waldirmontoya25@users.noreply.github.com>
This commit is contained in:
Waldir Montoya
2023-08-03 12:55:30 -05:00
committed by Waldir Montoya
parent 8691920ba5
commit fc13158927
+1 -1
View File
@@ -47,7 +47,7 @@ The Auth0 provider is a structure with three configuration keys:
- `clientSecret`: The Application client secret, found on the Auth0 Application
page
- `domain`: The Application domain, found on the Auth0 Application page
- `sessionsecret`: The session secret is a key used for signing and/or encrypting cookies set by the application to maintain session state. In this case, 'your session secret' should be replaced with a long, complex, and unique string that only your application knows.
- `session.secret`: The session secret is a key used for signing and/or encrypting cookies set by the application to maintain session state. In this case, 'your session secret' should be replaced with a long, complex, and unique string that only your application knows.
Because Auth0 requires a session you need to give the session a secret key.