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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.