mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 07:27:23 +00:00
docs(integrate): move authenticate service users up (#5928)
This commit is contained in:
parent
616f064e99
commit
d595177bcd
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user