Sample app for an ID.me OIDC integration
- Clone the repository.
- Rename appsettings copy.json to appsettings.json
- Input Client ID/Client Secret from ID.me Developer Portal into appsettings.json
- Ensure "http://localhost:5030/authorization-code/callback" is in your Consumer's list of Redirect URI
- Restore NuGet packages.
dotnet restore
- Build + run the solution.
dotnet run
- Configure the necessary settings in the appsettings.json file.
- Run the application.
- Access the application in your web browser at http://localhost:5030
Contributions are welcome!