Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmservera/didverifierstaticapp
a static app for verifying my domain
https://github.com/jmservera/didverifierstaticapp
Last synced: 23 days ago
JSON representation
a static app for verifying my domain
- Host: GitHub
- URL: https://github.com/jmservera/didverifierstaticapp
- Owner: jmservera
- License: mit
- Created: 2021-06-01T21:17:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T13:58:10.000Z (over 3 years ago)
- Last Synced: 2024-04-13T03:17:43.074Z (9 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Did Verifier Static App
This is an example of how to configure a [workflow](https://docs.github.com/actions/) action to deploy a free [Static Web App in Azure](https://docs.microsoft.com/azure/static-web-apps)
to support the Decentralized Identifiers ([DID](https://w3c.github.io/did-core/)) verification for your [Verifiable Credentials](https://www.microsoft.com/security/business/identity-access-management/verifiable-credentials).---
The DID [domain verification](https://docs.microsoft.com/azure/active-directory/verifiable-credentials/how-to-dnsbind#verified-domain) needs to find a [did-configuration.json](tree/main/html/.well-known) file in the .well-known folder in the root of your domain. So, this workflow uses
[project Oryx](https://github.com/Microsoft/Oryx) to deploy these files in a Static Web App that serves also a simple HTML index file for your domain.