dummyidp
Test your SAML/SCIM integration without setting up a full-blown Identity Provider
File Explorer
Download Latest Version (.zip)- DummyIDP-Assertion.xml.png
- favicon.svg
- SCIM-Request.http.png
- route.ts
- route.ts
- route.ts
- actions.ts
- icon.svg
- layout.tsx
- page.tsx
- accordion.tsx
- badge.tsx
- breadcrumb.tsx
- button.tsx
- card.tsx
- form.tsx
- input.tsx
- label.tsx
- select.tsx
- sonner.tsx
- table.tsx
- CreateAppButton.tsx
- DocsLink.tsx
- Footer.tsx
- GradientBackground.tsx
- Layout.tsx
- LoginCard.tsx
- LoginForm.tsx
- Navbar.tsx
- PlusGrid.tsx
- SCIMSettingsForm.tsx
- SimulateLoginButton.tsx
- SPSettingsForm.tsx
- UsersSettingsForm.tsx
- XmlCodeBlock.tsx
- app.ts
- hooks.ts
- insecure-cert.ts
- saml.ts
- utils.ts
- apps.ts
- login.tsx
- [id].tsx
- _app.tsx
- globals.css
- wordmark.svg
- .env.development.local
- .gitignore
- .nvmrc
- .prettierignore
- .prettierrc.json
- components.json
- LICENSE
- next-env.d.ts
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- screenshot.png
- tailwind.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/ssoready/dummyidp
Downloads the entire project code from GitHub to your computer.
cd dummyidp
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
