Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 848 Bytes

File metadata and controls

41 lines (28 loc) · 848 Bytes

Workshop

Setups

Notes

Keycloak

http://localhost:8082/realms/workshop/.well-known/openid-configuration

Clients

ehrbase_template_uploader: MI6sN84CwM90RomVcD4x3LqKJZ66mfqX

ehrbase : mWvJLsDWkVutxxtAmSt3ZLyM0vdyoFO0

fhir-bridge: pYWxtFTPZhfx9E9wdtW8vLVpVGtVKzIk

curl \
  -d "client_id=fhir-bridge" \
  -d "client_secret=pYWxtFTPZhfx9E9wdtW8vLVpVGtVKzIk" \
  -d "grant_type=client_credentials" \
  "http://localhost:8082/realms/workshop/protocol/openid-connect/token"

➜ ~ curl
-d "client_id=ehrbase_template_uploader"
-d "client_secret=MI6sN84CwM90RomVcD4x3LqKJZ66mfqX"
-d "grant_type=client_credentials"
"http://localhost:8082/realms/workshop/protocol/openid-connect/token"

Docker

docker stats