v1

latestOpenAPI 3.0.12026-07-261252271.9 KB
Authentication

Token endpoint

Exchange an authorization code for tokens, refresh a token, or obtain a client_credentials token. Send client_id/client_secret in the body (client_secret_post).

post/auth/realms/fhir/protocol/openid-connect/token

Response

Token response

access_tokenstring
token_typestring
expires_ininteger
refresh_tokenstring

Present when offline_access is granted

scopestring
id_tokenstring

Present when the openid scope is requested

Example response

{
  "token_type": "Bearer"
}