You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PowerServer REST API Authentication Example
2
2
3
-
This application demonstrates various user/identity authentication strategies for securing access to the REST APIs generated by a PowerServer project. The authentication extension for the API Server is developed with .NET Core authentication framework; the PowerBuilder app is developed with [PowerBuilder](https://www.appeon.com/products/powerbuilder) and deployed with Appeon [PowerServer 2021](https://www.appeon.com/products/powerserver).
3
+
This application demonstrates various user/identity authentication strategies for securing access to the REST APIs generated by a PowerServer project. The authentication extension for the API Server is developed with .NET Core authentication framework; the PowerBuilder app is developed with [PowerBuilder](https://www.appeon.com/products/powerbuilder) and deployed with Appeon [PowerServer 2022](https://www.appeon.com/products/powerserver).
4
4
5
5
### Sample Project Structure
6
6
@@ -32,7 +32,7 @@ Download this demo application, and then:
32
32
33
33
#### Build & deploy the PowerServer project
34
34
35
-
1. Open the PowerBuilder project in PowerBuilder 2021.
35
+
1. Open the PowerBuilder project in PowerBuilder 2022.
36
36
2. Open the PowerServer project: ps_authentication, switch to the Web APIs tab and set the Web API URL as you need. Please note that the Web API URL must be HTTPS.
37
37
3. Click the Auto Import button in the License settings to import your license.
38
38
4. Open Database Configuration. Set the database to the ODBC source configured in step #2 of the Preparations section.
@@ -59,7 +59,7 @@ Download this demo application, and then:
59
59
#### Running the Example
60
60
61
61
1. Run the ServerAPIs project.
62
-
2. Switch to PowerBuilder 2021, right click on **ps_authentication**, and then click Run PowerServer project.
62
+
2. Switch to PowerBuilder 2022, right click on **ps_authentication**, and then click Run PowerServer project.
0 commit comments