├── .gitignore ├── LICENSE ├── README.md ├── app.json ├── coffee.jpg ├── fix-logo.png ├── index.php └── mydomain.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/MyDomain-Sample/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/MyDomain-Sample/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/MyDomain-Sample/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/MyDomain-Sample/HEAD/app.json -------------------------------------------------------------------------------- /coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/MyDomain-Sample/HEAD/coffee.jpg -------------------------------------------------------------------------------- /fix-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/MyDomain-Sample/HEAD/fix-logo.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /mydomain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforceidentity/MyDomain-Sample/HEAD/mydomain.html --------------------------------------------------------------------------------