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
@@ -108,17 +108,17 @@ Now go to **Credentials** tab and generate a client secret:
108
108
109
109
Now you can use create users in this realm, check `Keycloak documentation <https://www.keycloak.org/docs/latest/server_admin/#assembly-managing-users_server_administration_guide>`_ on how to manage users creation.
110
110
111
-
Enable session middleware
112
-
~~~~~~~~~~~~~~~~~~~~~~~~~
111
+
Cookie encryption secret
112
+
~~~~~~~~~~~~~~~~~~~~~~~~
113
113
114
-
Enable :ref:`SesionMiddleware <server-configuration-session>`, and generate random string to use for cookie encryption.
114
+
Keycloak access & refresh tokens are stored in cookie with server-side encryption.
115
+
So we need to generate random string to use as encryption key:
0 commit comments