Appearance
Authorization
Konnect uses a cloud-based identity service to manage authentication. The variables placed in the request body <client-id-provided> and <client-secret-provided> will be provided seperately.
Please note that the secret and ClientId will be unique to you, as the consumer.
Method
GET
Authentication URL
https://mobiiaccount.b2clogin.com/mobiiaccount.onmicrosoft.com/B2C_1_Default/oauth2/v2.0/token
Request Headers
Content-Type: x-wwww-form-urlencoded
Request Body
HTTP
grant_type: client_credentials
client_id: <client-id-provided>
client_secret: <client-secret-provided>
scope: https://mobiiaccount.onmicrosoft.com/e05aa235-1753-4f69-ac21-06bbe9614db3/.default1
2
3
4
2
3
4