A simple mock SAML 2.0 Identity Provider
Go to file
2022-03-02 21:16:28 +00:00
.vscode added Google Tag Manager 2022-03-01 00:50:36 +00:00
components text tweaks 2022-03-02 20:53:00 +00:00
lib Validate AuthnRequest signature (#11) 2022-03-02 21:06:04 +00:00
pages added text in the login screen that explains it is a simulated login 2022-03-02 21:16:28 +00:00
public updated preview image (Roboto font) 2022-02-28 18:49:23 +00:00
styles Add example.org to the domain list so that users can test multiple domains (#12) 2022-03-02 21:02:13 +00:00
types Cleanup 2022-02-18 09:37:27 +05:30
utils Validate AuthnRequest signature (#11) 2022-03-02 21:06:04 +00:00
.dockerignore Add Dockerfile (#4) 2022-02-28 21:53:55 +00:00
.env.example fixed build when NEXT_PUBLIC_GTM_ID is not defined 2022-03-01 13:31:28 +00:00
.eslintrc.json Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
.gitignore Add key 2022-02-21 22:33:13 +05:30
.prettierrc.js Add prettier config and format files 2022-02-22 11:06:06 +05:30
app.json text tweaks 2022-03-02 20:53:00 +00:00
Dockerfile Add Dockerfile (#4) 2022-02-28 21:53:55 +00:00
LICENSE added license file 2022-02-23 17:16:41 +00:00
next-env.d.ts Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
next.config.js Landing page and other changes 2022-02-18 14:26:42 +05:30
package-lock.json Validate AuthnRequest signature (#11) 2022-03-02 21:06:04 +00:00
package.json Validate AuthnRequest signature (#11) 2022-03-02 21:06:04 +00:00
postcss.config.js wip 2022-01-13 22:37:44 +05:30
Procfile Oneclick deploy button (#2) 2022-02-28 21:54:20 +00:00
README.md text tweaks 2022-03-02 20:53:00 +00:00
tailwind.config.js Remove dark mode support for now 2022-02-20 00:00:13 +05:30
tsconfig.json Support absolute imports 2022-02-18 12:16:58 +05:30

Mock SAML from BoxyHQ

Deploy Deploy with Vercel

Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.

Try Mock SAML, our free hosted service.

Install

git clone https://github.com/boxyhq/mock-saml.git
cd mock-saml

Install dependencies

npm install

Update .env with your own keys.

cp .env.example .env

Build the Next.js app.

npm run build

Run the Mock SAML server.

npm run start