5.4 OAuth Sample Client Applications

These sample client applications aim to provide users with information on how to configure Access Manager for OAuth and how to get an OAuth token from Access Manager. There are four sample items provided:

  • Insurance Application: It is an android application that can be deployed to view insurance details. It demonstrates resource owner flow and is developed using ionic framework.

  • Fitness Application: It is an android application that can be deployed to view accessible services. It demonstrates authorization code flow and the use of token refresh and token revocation. It is developed using ionic framework.

  • Fitness Website: It is a website that can be accessed using a browser to view the accessible services. It demonstrates implicit flow and the use of ID token. It is developed using angular framework.

  • Resource Server: It is a springboot application that protects the details of customers and allows access to it through the OAuth protocol.

To access the sample applications, see Sample Applications for OAuth Use Cases in the Developer Documentation.