generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update documentation with information about keycloak at docker
- Loading branch information
1 parent
5cd7484
commit 266d027
Showing
3 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Entwicklungsumgebung | ||
|
||
## Zusammenspiel IDE mit Docker | ||
|
||
```mermaid | ||
flowchart LR | ||
subgraph Dev-PC | ||
subgraph IDE | ||
wlsService | ||
end | ||
subgraph Docker | ||
keycloak[Keycloak] | ||
keycloakDB[db-postgres-keycloak] | ||
keycloakInit[init-keycloak] | ||
end | ||
wlsService ---|OAuth2| keycloak | ||
keycloak-->|persisting| keycloakDB | ||
keycloakInit-->|setup of| keycloak | ||
end | ||
``` | ||
|
||
## Benutzer | ||
|
||
| Name | Passwort | Beschreibung | | ||
| --- | --- | --- | | ||
| keycloak_test | test | Ein Benutzer ohne weitere Rechte | | ||
| wls_all | test | Ein Benutzer mit allen Rechten | | ||
|
||
## Beispiel-Requests | ||
|
||
Im Soap-UI-Projekt (`DockerTest-soapui-project`) und `docker.keycloak.http` sind Beispielrequests vorhanden. | ||
Es kann für den jeweiligen Nutzer ein Token geholt werden. Außerdem ist die Anfrage an den UserInfo-Endpoint hinterlegt. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters