DEV Community

Mariela Dimitrova for Software AG Tech Community

Posted on • Originally published at tech.forums.softwareag.com on

Using OAuth2 with webMethods.io Integration Clients

As of the April 2021 release of webMethods.io Integration, you can protect integration services and REST APIs in webMethods.io Integration using the OAuth 2.0 protocol.

In OAuth 2.0, the client obtains an access token issued by an authorization server on approval of the resource owner. The client uses the access token to access the protected resources. Know more about OAuth 2.0.

This overview training will show you how to setup webMethods.io Integration for OAuth 2.0 clients. The client used in this example will be the Postman REST client calling a REST API in webMethods.io Integration.

Contains overview of setup steps and detailed demo:

Read full topic

API Trace View

How I Cut 22.3 Seconds Off an API Call with Sentry 🕒

Struggling with slow API calls? Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay