OAuth Authorization Server

Number of APIs: 2

The OAuth Authorization Server provides APIs for authentication and authorization.
Especially, it provides APIs for requesting access tokens and retrieving the public key used for signing Json Web Tokens issued by the OAuth Authorization Server.

Note:The endpoints described below are application provider-specific and environment-specifc.
Generic pattern: https://<application-provider-name>.piam.<environment>.mindsphere.io

  1. Client Credentials Grant POST {{baseUrl}}/oauth/token

  2. Token keys endpoint GET {{baseUrl}}/token_keys