Add the extra env variables (#8)
This commit is contained in:
parent
f4e5e09738
commit
8f9a31bfd4
@ -1,7 +1,7 @@
|
|||||||
# Mock SAML from BoxyHQ
|
# Mock SAML from BoxyHQ
|
||||||
|
|
||||||
[](https://heroku.com/deploy)
|
[](https://heroku.com/deploy)
|
||||||
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fboxyhq%2Fmock-saml&env=APP_URL,ENTITY_ID&envDescription=APP_URL%20(Usually%20https%3A%2F%2F%3Cproject-name%3E.vercel.app)%20can%20be%20set%20after%20deployment%20from%20the%20project%20dashboard.%20Set%20to%20''%20if%20not%20applicable.&envLink=https%3A%2F%2Fgithub.com%2Fboxyhq%2Fmock-saml%2Fblob%2Fmain%2F.env.example&project-name=mock-saml)
|
[](<https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fboxyhq%2Fmock-saml&env=APP_URL,ENTITY_ID,PUBLIC_KEY,PRIVATE_KEY,NEXT_PUBLIC_GTM_ID&envDescription=APP_URL%20(Usually%20https%3A%2F%2F%3Cproject-name%3E.vercel.app)%20can%20be%20set%20after%20deployment%20from%20the%20project%20dashboard.%20Set%20to%20''%20if%20not%20applicable.&envLink=https%3A%2F%2Fgithub.com%2Fboxyhq%2Fmock-saml%2Fblob%2Fmain%2F.env.example&project-name=mock-saml>)
|
||||||
|
|
||||||
Mock SAML is a SAML 2.0 IdP for development and testing the SAML SSO integration.
|
Mock SAML is a SAML 2.0 IdP for development and testing the SAML SSO integration.
|
||||||
|
|
||||||
|
|||||||
10
app.json
10
app.json
@ -12,6 +12,16 @@
|
|||||||
"ENTITY_ID": {
|
"ENTITY_ID": {
|
||||||
"description": "Identity Provider entity ID.",
|
"description": "Identity Provider entity ID.",
|
||||||
"value": "https://mocksaml.com/entityid"
|
"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": "/"
|
"success_url": "/"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user