Skip to content

Commit

Permalink
first pass on scim docs (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucarion authored Aug 13, 2024
1 parent 9d3291f commit 345fd13
Show file tree
Hide file tree
Showing 2 changed files with 497 additions and 13 deletions.
29 changes: 16 additions & 13 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ navigation:
contents:
- page: SAML over OAuth (SAML NextAuth.js integration)
path: ./pages/saml-oauth.mdx
- section: SCIM (Enterprise Directory Sync)
contents:
- page: SCIM Quickstart
path: ./pages/scim-quickstart.mdx
- section: SSOReady concepts
contents:
- page: Overview
Expand All @@ -40,26 +44,26 @@ navigation:
path: ./pages/self-service-admin/self-service-admin.mdx
- section: Guides for common identity providers
contents:
- page: Entra (formerly Azure AD)
path: ./pages/idp-config-tutorials/entra.mdx
- page: Okta
path: ./pages/idp-config-tutorials/okta.mdx
- page: Google
path: ./pages/idp-config-tutorials/google.mdx
- page: JumpCloud
path: ./pages/idp-config-tutorials/jumpcloud.mdx
- page: PingOne
path: ./pages/idp-config-tutorials/ping.mdx
- page: Entra (formerly Azure AD)
path: ./pages/idp-config-tutorials/entra.mdx
- page: Okta
path: ./pages/idp-config-tutorials/okta.mdx
- page: Google
path: ./pages/idp-config-tutorials/google.mdx
- page: JumpCloud
path: ./pages/idp-config-tutorials/jumpcloud.mdx
- page: PingOne
path: ./pages/idp-config-tutorials/ping.mdx

navbar-links:
- type: primary
text: Login
url: https://app.ssoready.com

colors:
accentPrimary: '#6366F1'
accentPrimary: "#6366F1"
background:
light: '#ffffff'
light: "#ffffff"

logo:
light: ./docs/assets/logo.png
Expand All @@ -72,4 +76,3 @@ layout:
searchbar-placement: header

js: ./custom.js

Loading

0 comments on commit 345fd13

Please sign in to comment.