File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,18 +199,22 @@ Alias /simple ${InstanceRoot}/hello.json
199199
200200This 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
2042081 . Clone this repository
2052091 . Install ASP.NET Core runtime from https://www.microsoft.com/net/download
2062101 . 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
2112151 . Clone this repository
2122161 . Install Apache HTTP server
2132171 . Install mod_auth_openidc from https://github.com/zmartzone/mod_auth_openidc/releases
2142181 . 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
You can’t perform that action at this time.
0 commit comments