Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbarash authored Sep 17, 2024
1 parent dc31942 commit 661f602
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ID.me .NET Sample App

Sample app for an ID.me OAuth integration
Sample app for an ID.me OIDC integration
## Table of Contents

- [ID.me .NET Sample App](#idme-net-sample-app)
Expand All @@ -15,8 +15,9 @@ Sample app for an ID.me OAuth integration
2. Open the solution in Visual Studio [Code].
3. Rename appsettings copy.json to appsettings.json
4. Input Client ID/Client Secret from ID.me Developer Portal into appsettings.json
5. Restore NuGet packages.
6. Build the solution.
5. Ensure "http://localhost:5030/authorization-code/callback" is in your Consumer's list of Redirect URI
6. Restore NuGet packages.
7. Build the solution.

## Usage

Expand All @@ -26,4 +27,4 @@ Sample app for an ID.me OAuth integration

## Contributing

Contributions are welcome!
Contributions are welcome!

0 comments on commit 661f602

Please sign in to comment.