forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar.json
94 lines (94 loc) · 2.58 KB
/
sidebar.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"Introduction": [
"index",
"quickstart",
"install",
"configuring"
],
"Concepts": [
"concepts/index",
"concepts/terminology",
"concepts/ui-user-interface",
"concepts/identity-user-model",
{
"label": "Identity Credentials",
"type": "category",
"items": [
"concepts/credentials",
"concepts/credentials/username-email-password",
"concepts/credentials/openid-connect-oidc-oauth2"
]
},
"concepts/browser-redirect-flow-completion",
"concepts/email-sms",
"concepts/rest-api",
"concepts/federation",
"concepts/security"
],
"Self Service (End-User)": [
"self-service",
{
"type": "category",
"label": "User Login and User Registration",
"items": [
"self-service/flows/user-login-user-registration",
"self-service/flows/user-login-user-registration/username-email-password",
"self-service/flows/user-login-user-registration/openid-connect-social-sign-in-oauth2"
]
},
{
"type": "category",
"label": "User Settings",
"items": [
"self-service/flows/user-settings",
"self-service/flows/user-settings/user-profile-management",
"self-service/flows/user-settings/change-password",
"self-service/flows/user-settings/link-unlink-openid-connect-oauth2"
]
},
{
"type": "category",
"label": "Account Recovery",
"items": [
"self-service/flows/account-recovery",
"self-service/flows/account-recovery/password-reset-recovery-link"
]
},
"self-service/flows/user-logout",
"self-service/flows/user-facing-errors",
"self-service/flows/verify-email-account-activation",
"self-service/flows/2fa-mfa-multi-factor-authentication",
"self-service/hooks/index"
],
"Administration": [
"admin/managing-users-identities"
],
"Guides": [
"guides/sign-in-with-github-google-facebook-linkedin",
"guides/zero-trust-iap-proxy-identity-access-proxy",
"guides/account-recovery-password-reset",
"guides/account-activation-email-verification",
"guides/multi-tenancy-multitenant",
"guides/configuring-cookies",
"guides/login-session",
"guides/secret-key-rotation",
"guides/high-availability-ha",
"guides/docker"
],
"Reference": [
"reference/configuration",
"reference/json-schema-json-paths",
"reference/html-forms",
"reference/api"
],
"Debug & Help": [
"debug/csrf"
],
"SDKs": [
"sdk"
],
"Further Reading": [
"further-reading/comparison"
"further-reading/kratos-video-tutorials"
]
}