diff --git a/env.d/development/common b/env.d/development/common index cdd734b5..f1a70811 100644 --- a/env.d/development/common +++ b/env.d/development/common @@ -50,9 +50,9 @@ LOGOUT_REDIRECT_URL=http://localhost:3000 OIDC_REDIRECT_ALLOWED_HOSTS=["http://localhost:8083", "http://localhost:3000"] OIDC_AUTH_REQUEST_EXTRA_PARAMS={"acr_values": "eidas1"} -# Store OIDC tokens in the session -OIDC_STORE_ACCESS_TOKEN = True -OIDC_STORE_REFRESH_TOKEN = True # Store the encrypted refresh token in the session. +# Store OIDC tokens in the session. Needed by search/ endpoint. +# OIDC_STORE_ACCESS_TOKEN = True +# OIDC_STORE_REFRESH_TOKEN = True # Store the encrypted refresh token in the session. # Must be a valid Fernet key (32 url-safe base64-encoded bytes) # To create one, use the bin/fernetkey command.