-
Notifications
You must be signed in to change notification settings - Fork 29
/
app.json
28 lines (28 loc) · 985 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Mock SAML",
"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"],
"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"
},
"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
}
},
"success_url": "/"
}