mocksaml/.env.example

4 lines
221 B
Plaintext
Raw Normal View History

2022-02-17 06:57:50 +00:00
APP_URL=http://localhost:4000
ENTITY_ID=https://saml.example.com/entityid
2022-02-28 19:12:21 +00:00
PUBLIC_KEY= # Base64 encoded value of public key `cat public.crt | base64`
PRIVATE_KEY=# Base64 encoded value of private key `cat key.pem | base64`