REST API Authentication
            
                
    * Appeon *
            
            
                    
                        
                    
                    
        
    
                        CODE AUTHOR
                    
                    Posts: 160
            * Appeon * created the code: REST API Authentication
            
                This application demonstrates various user/identity authentication strategies for securing access to the REST APIs generated by a PowerServer project. The authentication extension on the API Server is developed with .NET Core authentication framework; the PowerBuilder app is developed with PowerBuilder 2021 and deployed with Appeon PowerServer 2021.
Key Techniques Demonstrated:
Source Code: github.com/Appeon/PowerServer-Authentication-Example
        Key Techniques Demonstrated:
- IdentityServer4 password authentication
 - IdentityModel JWT password authentication
 - Amazon Cognito password authentication
 - Amazon Cognito authorization code authentication
 - Azure AD password authentication
 - Azure AD authorization code authentication
 - Azure B2C password authentication
 - Azure B2C authorization code authentication
 
Source Code: github.com/Appeon/PowerServer-Authentication-Example
Please Log in or Create an account to join the conversation.