docs(integrate): move authenticate service users up (#5928)

This commit is contained in:
mffap 2023-05-25 12:46:40 +02:00 committed by GitHub
parent 616f064e99
commit d595177bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,23 @@ module.exports = {
"guides/integrate/logout", "guides/integrate/logout",
], ],
}, },
{
type: "category",
label: "Authenticate service users",
link: {
type: "generated-index",
title: "Authenticate Service Users",
slug: "/guides/integrate/serviceusers",
description:
"How to authenticate service users for machine-to-machine (M2M) communication between services. You also need to authenticate service users to access ZITADEL's APIs.",
},
collapsed: true,
items: [
"guides/integrate/private-key-jwt",
"guides/integrate/client-credentials",
"guides/integrate/pat",
],
},
{ {
type: "category", type: "category",
label: "Configure identity providers", label: "Configure identity providers",
@ -179,21 +196,9 @@ module.exports = {
collapsed: true, collapsed: true,
items: [ items: [
{ {
type: "category", type: 'link',
label: "Authenticate service users", label: 'Authenticate service users',
link: { href: '/guides/integrate/serviceusers',
type: "generated-index",
title: "Authenticate Service Users",
slug: "/guides/integrate/serviceusers",
description:
"How to authenticate service users",
},
collapsed: true,
items: [
"guides/integrate/private-key-jwt",
"guides/integrate/client-credentials",
"guides/integrate/pat",
],
}, },
"guides/integrate/access-zitadel-apis", "guides/integrate/access-zitadel-apis",
"guides/integrate/access-zitadel-system-api", "guides/integrate/access-zitadel-system-api",