mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-22 21:46:58 +00:00
Updates README.md to change a route
This commit is contained in:
parent
0bd5750560
commit
b0a0eb7a18
14
README.md
14
README.md
@ -12,7 +12,7 @@ We are using IdentityServer 4 to implement our Authorization Server. You can fin
|
||||
|
||||
**URL:** http://localhost:10000
|
||||
|
||||
**Dependencies:**
|
||||
**Dependencies:**
|
||||
|
||||
- [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||
|
||||
@ -29,7 +29,7 @@ This is a react SPA that allows citizens to manage their registered vehicles. It
|
||||
|
||||
**URL:** http://localhost:3000
|
||||
|
||||
**Dependencies:**
|
||||
**Dependencies:**
|
||||
|
||||
- Authorization Server
|
||||
- Traffic Police API
|
||||
@ -48,9 +48,9 @@ npm start
|
||||
|
||||
This is an ASP.NET Core API that talks to a PostgreSQL database.
|
||||
|
||||
**URL:** http://localhost:6000
|
||||
**URL:** http://localhost:9000
|
||||
|
||||
**Dependencies:**
|
||||
**Dependencies:**
|
||||
|
||||
- [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||
- Authorization Server
|
||||
@ -72,7 +72,7 @@ This is a react SPA that allows citizens to manage their registered real estate.
|
||||
|
||||
**URL:** http://localhost:4000
|
||||
|
||||
**Dependencies:**
|
||||
**Dependencies:**
|
||||
|
||||
- NodeJS
|
||||
- [oidc-js](https://github.com/IdentityModel/oidc-client-js)
|
||||
@ -93,7 +93,7 @@ This is an ExpressJS API that talks to a PostgreSQL database.
|
||||
|
||||
**URL:** http://localhost:6000
|
||||
|
||||
**Dependencies:**
|
||||
**Dependencies:**
|
||||
|
||||
- NodeJS
|
||||
- [node-jwks-rsa](https://github.com/auth0/node-jwks-rsa/blob/master/examples/express-demo/README.md)
|
||||
@ -124,4 +124,4 @@ node index.js
|
||||
|
||||
## Notes
|
||||
|
||||
1. The APIs assume that the PostgreSQL database instance is on localhost and the username is `postgres` and password is `root`. If it's different, then you have to configure the APIs with the correct credentials.
|
||||
1. The APIs assume that the PostgreSQL database instance is on localhost and the username is `postgres` and password is `root`. If it's different, then you have to configure the APIs with the correct credentials.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user