From 84bc02cf2f146d9655ec7e9f956bdfd26bb1f4b9 Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 8 Jan 2026 21:49:42 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a34808..55c2bd7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ Instructions for integrating keycloak with drive after deploying it, are below. - Client authentication: True - PKCE method: none * Within the client tab, for your client, click on "Credentials". Click on the the copy button to copy "Client Secret" so you can insert this into your coop cloud deployment in the next step. -* `abra app secret insert oidc_rp_client_secret v1 ` +* `abra app secret insert oidc_rpcs v2 ` +* `abra app config ` # set SECRET_OIDC_RPCS_VERSION=v2 + * Now create a user for this client within keycloak. Within the Users tab, click "Add User". Any username and password works. Save this info. You then additionally need to modify the config of drive to point to your keycloak deployment. @@ -79,7 +81,8 @@ DJANGO_EMAIL_FROM=noreply@example.com You then need to insert the password for your smtp server as a secret: -`abra app secret insert email_pass v1 ` +* `abra app secret insert email_pass v1 ` +* `abra app config ` # set SECRET_EMAIL_PASS_VERSION=v2 Then redeploy the app, and automated e-mail sending should work: