Customizing an OAuth provider

The WebSphere® Application Server OAuth service provider has plug-in points for customization of mediators, user login forms, consent forms, and OAuthStore implementations.

You can do the following customizations:
  • Use custom mediators so that WebSphere Application Server OAuth providers allow customized post processing of major events for issuing OAuth token.
  • Replace the default form login page for user authentication with a custom user login form.
  • Develop a custom consent form to collect client authorization data.
  • Configure an OAuth service provider to use a customer provided OAuthStore implementation to store and persist OAuth tokens, clients, and consents.