-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocs.yml
186 lines (177 loc) · 6.35 KB
/
docs.yml
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
instances:
- url: ssoready.docs.buildwithfern.com/docs
custom-domain: ssoready.com/docs
title: SSOReady Docs
navigation:
- page: Introduction
path: ./pages/introduction.mdx
- section: SAML (Enterprise SSO)
contents:
- page: SAML Quickstart
path: ./pages/saml-quickstart.mdx
- page: "SAML: A technical primer"
path: ./pages/saml-technical-primer.mdx
- page: Integrating SAML with your Login UI
path: ./pages/saml-login-ux.mdx
- page: Handling SAML Logins + JIT Provisioning
path: ./pages/saml-logins.mdx
- section: SCIM (Enterprise Directory Sync)
contents:
- page: SCIM Quickstart
path: ./pages/scim-quickstart.mdx
- section: SDKs
contents:
- link: TypeScript SDK
icon: fa-brands fa-js
href: https://github.com/ssoready/ssoready-typescript
- link: Python SDK
icon: fa-brands fa-python
href: https://github.com/ssoready/ssoready-python
- link: Go SDK
icon: fa-brands fa-golang
href: https://github.com/ssoready/ssoready-go
- link: Java SDK
icon: fa-brands fa-java
href: https://github.com/ssoready/ssoready-java
- link: C# SDK
icon: fa-brands fa-microsoft
href: https://github.com/ssoready/ssoready-csharp
- link: Ruby SDK
icon: fa-solid fa-gem
href: https://github.com/ssoready/ssoready-ruby
- link: PHP SDK
icon: fa-brands fa-php
href: https://github.com/ssoready/ssoready-php
- section: SAML-over-OAuth
slug: oauth-nextauth
contents:
- page: SAML over OAuth (SAML NextAuth.js integration)
path: ./pages/saml-oauth.mdx
- page: SAML for Firebase
path: ./pages/firebase.mdx
- section: IDP configuration
contents:
- page: Enabling self-service configuration for your customers
path: ./pages/self-service-admin/self-service-admin.mdx
- section: Guides for common identity providers
contents:
- section: Entra (formerly Azure AD)
contents:
- page: SAML with Entra
path: ./pages/idp-config-tutorials/entra/entra_sso.mdx
- page: SCIM with Entra
path: ./pages/idp-config-tutorials/entra/entra_scim.mdx
- section: Okta
contents:
- page: SAML with Okta
path: ./pages/idp-config-tutorials/okta/okta_sso.mdx
- page: SCIM with Okta
path: ./pages/idp-config-tutorials/okta/okta_scim.mdx
- section: Jumpcloud
contents:
- page: SAML with Jumpcloud
path: ./pages/idp-config-tutorials/jumpcloud/jumpcloud_sso.mdx
- section: Google
contents:
- page: SAML with Google
path: ./pages/idp-config-tutorials/google/google_sso.mdx
- section: Ping identity
contents:
- page: SAML with Ping identity
path: ./pages/idp-config-tutorials/ping/ping_sso.mdx
- section: SSOReady concepts
contents:
- page: Overview
path: ./pages/ssoready-concepts/overview.mdx
- page: Environments
path: ./pages/ssoready-concepts/environments.mdx
- page: Organizations
path: ./pages/ssoready-concepts/organizations.mdx
- page: SAML Connections
path: ./pages/ssoready-concepts/saml-connections.mdx
- page: SAML Login Flows
path: ./pages/ssoready-concepts/saml-login-flows.mdx
- page: SCIM Directories
path: ./pages/ssoready-concepts/scim-directories.mdx
- page: SCIM Users
path: ./pages/ssoready-concepts/scim-users.mdx
- page: SCIM Groups
path: ./pages/ssoready-concepts/scim-groups.mdx
- page: SCIM Request Logs
path: ./pages/ssoready-concepts/scim-request-logs.mdx
- section: Management API
contents:
- page: Management API
path: ./pages/management-api.mdx
- section: DummyIDP
contents:
- page: Testing SAML/SCIM with DummyIDP
path: ./pages/dummyidp.mdx
- section: Self-Hosting
contents:
- page: Self-Hosting SSOReady
path: ./pages/self-hosting.mdx
- api: API Reference
snippets:
python: ssoready
typescript: ssoready
go: https://github.com/ssoready/ssoready-go
layout:
- saml
- scim:
title: SCIM
contents:
- scim.listSCIMUsers
- scim.getSCIMUser
- scim.listSCIMGroups
- scim.getSCIMGroup
- management:
title: Management API
contents:
- management.organizations
- management.setup-urls:
title: Setup URLs
- management.saml-connections
- management.scim-directories:
title: SCIM Directories
navbar-links:
- type: primary
text: Login
url: https://app.ssoready.com
colors:
accentPrimary: "#6366F1"
background:
light: "#ffffff"
logo:
light: ./docs/assets/logo.png
height: 27
href: https://ssoready.com
favicon: ./docs/assets/apple-touch-icon.png
layout:
searchbar-placement: header
js: ./custom.js
redirects:
- source: "/docs/introduction/quickstart"
destination: "/docs/saml/saml-quickstart"
- source: "/docs/scim-quickstart"
destination: "/docs/scim/scim-quickstart"
- source: "/docs/sso-ready-concepts/overview"
destination: "/docs/ssoready-concepts/overview"
- source: "/docs/sso-ready-concepts/environments"
destination: "/docs/ssoready-concepts/environments"
- source: "/docs/sso-ready-concepts/organizations"
destination: "/docs/ssoready-concepts/organizations"
- source: "/docs/sso-ready-concepts/saml-connections"
destination: "/docs/ssoready-concepts/saml-connections"
- source: "/docs/sso-ready-concepts/login-flows"
destination: "/docs/ssoready-concepts/saml-login-flows"
- source: "/docs/sso-ready-concepts/scim-directories"
destination: "/docs/ssoready-concepts/scim-directories"
- source: "/docs/sso-ready-concepts/scim-users"
destination: "/docs/ssoready-concepts/scim-users"
- source: "/docs/sso-ready-concepts/scim-groups"
destination: "/docs/ssoready-concepts/scim-groups"
- source: "/docs/ssoready-concepts/login-flows"
destination: "/docs/ssoready-concepts/saml-login-flows"
- source: "/docs/self-hosting/self-hosting-sso-ready"
destination: "/docs/self-hosting-ssoready"