diff --git a/README.md b/README.md index ffdd28c..b5e28b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DummyIDP +![](screenshot.png) + [DummyIDP](https://ssoready.com/docs/dummyidp) is a website you can use to test your application's SAML and SCIM support end-to-end. From your application's perspective, it's exactly like the identity provider ("IDP") your customers use, @@ -21,5 +23,6 @@ DummyIDP is a Next.js application. It is deployed in production on Vercel. You can hack on it yourself by running: ```bash +npm install npm run dev ``` diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..8348424 Binary files /dev/null and b/screenshot.png differ