Skip to content

Commit

Permalink
EW-857 Fixing password recovery feature (#4974)
Browse files Browse the repository at this point in the history
* Changing password recovery schema
* Updating Keycloak documentation

---------

Co-authored-by: Simone Radtke <[email protected]>
  • Loading branch information
psachmann and SimoneRadtke-Cap authored May 2, 2024
1 parent 556c281 commit 8cc5e71
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1,960 deletions.
12 changes: 8 additions & 4 deletions apps/server/doc/keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ docker run \
--name erwinidm \
-p 8080:8080 \
-p 8443:8443 \
-v "$PWD/backup/idm/keycloak:/tmp/realms" \
-e KEYCLOAK_ADMIN=keycloak
-e KEYCLOAK_ADMIN_PASSWORD=keycloak
-v "$PWD/backup/idm/keycloak:/opt/keycloak/data/import" \
ghcr.io/hpi-schul-cloud/erwin-idm/dev:latest \
"&& /opt/keycloak/bin/kc.sh import --dir /tmp/realms"
"--import-realm"
```

**PowerShell:**
Expand All @@ -30,9 +32,11 @@ docker run `
--name erwinidm `
-p 8080:8080 `
-p 8443:8443 `
-v "$PWD/backup/idm/keycloak:/tmp/realms" `
-e KEYCLOAK_ADMIN=keycloak `
-e KEYCLOAK_ADMIN_PASSWORD=keycloak `
-v "$PWD/backup/idm/keycloak:/opt/keycloak/data/import" `
ghcr.io/hpi-schul-cloud/erwin-idm/dev:latest `
"&& /opt/keycloak/bin/kc.sh import --dir /tmp/realms"
"--import-realm"
```

### Setup OpenID Connect Identity Provider mock for ErWIn-IDM brokering
Expand Down
Loading

0 comments on commit 8cc5e71

Please sign in to comment.