Skip to content

Commit 7ad54cc

Browse files
Update README.md
1 parent 2e385f8 commit 7ad54cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PowerServer REST API Authentication Example
22

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).
44

55
### Sample Project Structure
66

@@ -32,7 +32,7 @@ Download this demo application, and then:
3232

3333
#### Build & deploy the PowerServer project
3434

35-
1. Open the PowerBuilder project in PowerBuilder 2021.
35+
1. Open the PowerBuilder project in PowerBuilder 2022.
3636
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.
3737
3. Click the Auto Import button in the License settings to import your license.
3838
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:
5959
#### Running the Example
6060

6161
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.
6363

6464
#### How to integrate to your ServerAPIs project
6565

0 commit comments

Comments
 (0)