Skip to content

Commit 231447a

Browse files
authored
Update README.md
1 parent 3a61eab commit 231447a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,22 @@ Alias /simple ${InstanceRoot}/hello.json
199199

200200
This application is ready to run with Ubisecure SSO at login.example.ubidemo.com.
201201

202+
### With Azure WebSites
203+
204+
1. Use a client to invoke the API (https://ubi-simple-api.azurewebsites.net/simple)
205+
202206
### With ASP.NET Core
203207

204208
1. Clone this repository
205209
1. Install ASP.NET Core runtime from https://www.microsoft.com/net/download
206210
1. Use `dotnet run` to run the SimpleAPI application
207-
1. Use a client to invoke the API
211+
1. Use a client to invoke the API (http://localhost:5001/simple)
208212

209213
### With Apache HTTP server
210214

211215
1. Clone this repository
212216
1. Install Apache HTTP server
213217
1. Install mod_auth_openidc from https://github.com/zmartzone/mod_auth_openidc/releases
214218
1. Use `run-apache.cmd` on Windows or `./run-apache.sh` on Linux to start Apache HTTP server
215-
1. Use a client to invoke the API
219+
1. Use a client to invoke the API ((http://localhost:5001/simple)
216220

0 commit comments

Comments
 (0)