Skip to content

jbellmann/workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published