2022-02-28 21:54:20 +00:00
|
|
|
{
|
|
|
|
|
"name": "Mock SAML",
|
|
|
|
|
"description": "Mock SAML is a SAML 2.0 IdP for development and testing the SAML SSO integration.",
|
|
|
|
|
"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"],
|
|
|
|
|
"env": {
|
|
|
|
|
"APP_URL": {
|
|
|
|
|
"description": "Public root URL of the Mock SAML installation. Replace <HEROKU_APP_NAME> with 'App name' from above.",
|
|
|
|
|
"value": "https://<HEROKU_APP_NAME>.herokuapp.com"
|
|
|
|
|
},
|
|
|
|
|
"ENTITY_ID": {
|
|
|
|
|
"description": "Identity Provider entity ID.",
|
|
|
|
|
"value": "https://mocksaml.com/entityid"
|
2022-03-01 12:48:27 +00:00
|
|
|
},
|
|
|
|
|
"PUBLIC_KEY": {
|
|
|
|
|
"description": "Base64 encoded value of public key."
|
|
|
|
|
},
|
|
|
|
|
"PRIVATE_KEY": {
|
|
|
|
|
"description": "Base64 encoded value of private key."
|
|
|
|
|
},
|
|
|
|
|
"NEXT_PUBLIC_GTM_ID": {
|
|
|
|
|
"description": "Google Tag Manager ID.",
|
|
|
|
|
"required": false
|
2022-02-28 21:54:20 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"success_url": "/"
|
|
|
|
|
}
|