SOAP Web Services Guide
SOAP Connection Pools
Connection pools are the interface to Enterprise Management for SOAP calls. Click here to learn how to configure a pool.
OAuth2 Authentication
Because Enterprise Management does not allow basic authentication, it is necessary to use OAuth2 authentication for SOAP web services. These sections cover the things you need to set it up. We provide step-by-step instructions, from creating a provider to authenticating, using Google as an example.
Creating an OAuth2 Client
This is the place to start. Here’s how you can set up your own client.
Configuring OAuth2 in Enterprise Management
All the pieces you need inside Enterprise Management to work with OAuth2.
-
Creating an OAuth2 Service
Create a service to connect to your OAuth2 provider.
-
Linking Your Users to an OAuth2 Service
Enable OAuth2 authentication for your Enterprise Management users.
-
Logging In with OAuth2
Configure Enterprise Management logins to use OAuth2 authentication.
Using OAuth2 to Make a Web Service Call
Once you have OAuth2 authentication configured, you’ll want to add it your calls.