Skip to content

Commit f23ce0f

Browse files
Update front matter
1 parent 3b0e8f6 commit f23ce0f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/content/docs/machine-to-machine-applications/about-m2m/m2m-quick-start-guide.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
11
---
22
page_id: 4cb63554-d6b3-45cf-bdad-2fac4790d3aa
33
title: M2M quick start
4+
description: Step-by-step quick start guide for creating and using M2M applications in Kinde including API authorization, scope assignment, and token generation
45
sidebar:
56
order: 2
67
relatedArticles:
78
- d2c841f1-78b4-47e0-b899-4d32ae857e0a
89
- 961dea3c-d8e2-47a0-8ab7-deabdb2d6a01
910
- 65d72460-e870-4d6a-a1ea-35740ca0e2cc
11+
topics:
12+
- machine-to-machine-applications
13+
- about-m2m
14+
sdk: []
15+
languages:
16+
- bash
17+
- json
18+
audience:
19+
- developers
20+
- admins
21+
complexity: beginner
22+
keywords:
23+
- m2m quick start
24+
- machine to machine
25+
- api authorization
26+
- client credentials
27+
- scopes
28+
- access tokens
29+
- bearer token
30+
- curl
31+
updated: 2024-01-15
32+
featured: false
33+
deprecated: false
34+
ai_summary: Step-by-step quick start guide for creating and using M2M applications in Kinde including API authorization, scope assignment, and token generation.
1035
---
1136

1237
This guide shows you how to create a Machine-to-Machine (M2M) application in Kinde, authorize it for an API, and use the client credentials flow to get a token and make a secure API request.

0 commit comments

Comments
 (0)