Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

When you access a previously saved ‘filter and category selection’ bookmark in your browser after the enhancement, the system now intelligently presents the first category in the list as the default selection.

...

View APIs while you browse the API Documentation

Search results that match with the filter and category in the side pane of the API documentation. When you do this, you enable easy selection of any API and you can view its documentation.

  1. Either select the filter and category of the required APIs or enter the API name in the Search Bar of the Developer Portal:

    filterselection-api-category-sidepanedoc.pngImage Added

     

  2. From the selected filter and category, you can view and select the APIs while you browse through the API document:

    api-category-sidepanedoc.pngImage Added
Info
  • The filter and category selected are cleared when you navigate to home page.

  • The category selection is cleared automatically if you either log out of the portal or the session times out.

Anchor
explore-api
explore-api
Explore an API

...

Check the API Key expiration date when you encounter a 401 error. Renew the API key to resolve the error encountered.

Basic Authentication Support for the Proxy

Adding Basic Authentication support to the outbound flow when connecting to a backend service through the API proxy is important to enhance the security and flexibility of outbound connection in the SnapLogic APIM solution. This authentication is executed on the JCC level, and the other policies applied are executed after the execution of Basic Authentication.

  1. Add the Basic Authentication security schema to the API specification.

  2. The Authorize the Basic Authentication you added with login credentials to your API specification will need authorization with login credentials..

  3. Click on the Authorize button:

    api-authorize.png

  4. Enter the login credentials to authenticate:

    api-authorize-basicauth.png
  5. Click the Authorize button.

  • If the Proxy fails to execute with the Basic Authentication, then you can override the execution with the policies applied such as the Basic Auth Policy, Authorize by Role Policy, etc.

  • Basic Authentication is the first security level authorization and not a policy. It is an extended support of the Bearer Authentication Schema for the Proxy.

Anchor
view-and-try-out-api
view-and-try-out-api
View and Try Out an API

...