127 | This application demonstrates how a Spring Boot application implements a CRUD endpoint to manage products. 128 | This management interface invokes the CRUD service endpoint, that interact with a PosgreSQL database using JPA. 129 |
130 | 131 |The application provides a secure a REST endpoint using Red Hat SSO. 16 | Red Hat SSO implements the OAuth 2.0 specification and uses it to issue access tokens to provide clients with various access rights to secured resources. 17 | Securing an application with SSO enables you to add security to your applications while centralizing the security configuration. 18 |
19 | 20 |The Product Inventory service is a protected endpoint. You will need to login first. You will be redirected to the RH-SSO login screen, after successful 22 | login you will be redirected back here. Then use the invoke button to access the secure endpoint. 23 |
24 | 25 |Invoke the service to see the result.
41 |
42 |