v1
latestOpenAPI 3.0.12026-07-261252271.9 KBAuthentication
Obtain OAuth2 Token (client_credentials)
Obtain an access token using the OAuth2 client_credentials grant. Send your client_id and client_secret. Returns an RS256-signed JWT; the scope claim is a space-separated list of ACLs and no refresh token is returned.
post/auth/realms/ema-fhir/protocol/openid-connect/token
Response
Access token response
Example response
{
"expires_in": 900,
"token_type": "Bearer",
"scope": "acl/enc_s acl/pat_s_name_dob_gen"
}