-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
99 lines (96 loc) · 3.45 KB
/
mkdocs.yml
File metadata and controls
99 lines (96 loc) · 3.45 KB
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
95
96
97
98
99
site_name: WeftID Documentation
site_description: Documentation for the WeftID identity federation platform
site_url: https://docs.weftid.com
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font: false
features:
- navigation.indexes
- search.suggest
- content.code.copy
markdown_extensions:
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- First Login: getting-started/first-login.md
- Connecting an Identity Provider: getting-started/connecting-an-idp.md
- Adding an Application: getting-started/adding-an-application.md
- Admin Guide:
- admin-guide/index.md
- Users:
- admin-guide/users/index.md
- Creating Users: admin-guide/users/creating-users.md
- Email Management: admin-guide/users/email-management.md
- User Lifecycle: admin-guide/users/user-lifecycle.md
- Roles and Permissions: admin-guide/users/roles-and-permissions.md
- Groups:
- admin-guide/groups/index.md
- Creating Groups: admin-guide/groups/creating-groups.md
- Group Hierarchy: admin-guide/groups/group-hierarchy.md
- Membership Management: admin-guide/groups/membership-management.md
- Group-Based Access: admin-guide/groups/group-based-access.md
- Identity Providers:
- admin-guide/identity-providers/index.md
- SAML Setup: admin-guide/identity-providers/saml-setup.md
- Privileged Domains: admin-guide/identity-providers/privileged-domains.md
- Service Providers:
- admin-guide/service-providers/index.md
- Registering a Service Provider: admin-guide/service-providers/registering-an-sp.md
- Signing Certificates: admin-guide/service-providers/sp-certificates.md
- Attribute Mapping: admin-guide/service-providers/attribute-mapping.md
- SSO Flow: admin-guide/service-providers/sso-flow.md
- Single Logout: admin-guide/service-providers/slo.md
- Integrations:
- admin-guide/integrations/index.md
- Apps: admin-guide/integrations/apps.md
- B2B Service Accounts: admin-guide/integrations/b2b.md
- Security:
- admin-guide/security/index.md
- Passwords: admin-guide/security/passwords.md
- Sessions: admin-guide/security/sessions.md
- Certificates: admin-guide/security/certificates.md
- Permissions: admin-guide/security/permissions.md
- Two-Step Verification: admin-guide/security/two-step-verification.md
- Branding:
- admin-guide/branding/index.md
- Audit:
- admin-guide/audit/index.md
- User Guide:
- user-guide/index.md
- Dashboard: user-guide/dashboard.md
- Profile: user-guide/profile.md
- Password: user-guide/password.md
- Two-Step Verification: user-guide/two-step-verification.md
- Signing In: user-guide/signing-in.md
- Background Jobs: user-guide/background-jobs.md
- API:
- api/index.md
- Self-Hosting:
- self-hosting/index.md
- Versioning Policy: VERSIONING.md
- Glossary: glossary.md