Authentication
How to obtain an access_token.
The Case Keeper Core API is protected by JWT bearer token authentication. Each request requires a token in order for the server to decide what information one has access to. You can obtain a token in two ways:
- By making an authentication request using the client credentials.
👌
Request an access token
Open Recipe
- Following the openid-connect protocol
{
"realm": "mac-portal",
"url": "https://mac-portal.appmanteam.com/auth",
"clientId": "{{client_id}}",
}
Updated almost 2 years ago