OAuth Service Provider Interfaces
Overview of OAuth service provider interfaces.
This section describes the service provider interfaces supported by the TIBCO API Exchange Gateway OAuth server.
The OAuth server is capable of extending the OAuth authorization processing via Java-based service provider interfaces. The service provider interface implementations are implemented in plug-ins which are loaded during startup. Using this functionality, you can implement custom adapters.
The following service provider interfaces are supported:
- Owner Service Provider Interface
Provides an interface to authenticate the resource owner. - Client Service Provider Interface
Provides an interface to authenticate a client. - Scope Service Provider Interface
Provides an interface to retrieve the scope details. - Deploying Custom Adapters
Use the custom adapters to implement the service provider interfaces. - Default Adapters
Copyright © Cloud Software Group, Inc. All rights reserved.