diff --git a/README.md b/README.md index 7927cf2..fa97c62 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) [![Deploy with Vercel](https://vercel.com/button)]() -Mock SAML is a SAML 2.0 IdP for development and testing the SAML SSO integration. +Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations. Try [Mock SAML](https://mocksaml.com/), our free hosted service. diff --git a/app.json b/app.json index 8b16b53..5dfa4f4 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,17 @@ { "name": "Mock SAML", - "description": "Mock SAML is a SAML 2.0 IdP for development and testing the SAML SSO integration.", + "description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.", "repository": "https://github.com/boxyhq/mock-saml", "logo": "https://boxyhq.com/img/logo.png", - "keywords": ["saml", "saml2", "saml-idp", "mock-saml-idp", "test-saml", "saml-testing", "fake-saml-idp"], + "keywords": [ + "saml", + "saml2", + "saml-idp", + "mock-saml-idp", + "test-saml", + "saml-testing", + "fake-saml-idp" + ], "env": { "APP_URL": { "description": "Public root URL of the Mock SAML installation. Replace with 'App name' from above.", @@ -25,4 +33,4 @@ } }, "success_url": "/" -} +} \ No newline at end of file diff --git a/components/Layout.tsx b/components/Layout.tsx index 73ee564..bc0ccb0 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -8,7 +8,7 @@ type LayoutProps = { export default function Layout({ children }: LayoutProps) { const title = 'Mock SAML - A free SAML 2.0 Identity Provider for testing SAML SSO integrations.'; - const description = 'A free SAML 2.0 Identity Provider for development and testing SAML SSO integrations.'; + const description = 'A free SAML 2.0 Identity Provider for testing SAML SSO integrations.'; const website = 'https://mocksaml.com'; const ogImage = `${website}/mock-saml-preview-image.png`; diff --git a/pages/index.tsx b/pages/index.tsx index 2d0d6b1..46ac312 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -30,7 +30,7 @@ const Home: React.FC<{ metadata: IdPMetadata }> = ({ metadata }) => { Mock SAML Metadata

- A mock SAML 2.0 Identity Provider for development and testing SAML SSO integrations. + A free SAML 2.0 Identity Provider for testing SAML SSO integrations.

Please do not use this in production.