• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Api Manager Security

New Here ,
Mar 21, 2018 Mar 21, 2018

Copy link to clipboard

Copied

Hello,

I have read that the Api Manager helps with security.  As I understand it that people will connect to the api manager endpoint and is authenticated. Then the request is passed over to my API.  Is this correct?

How is security handled between the api manager and my api?  do I just hide my api server non web accessible so it only accepts request from the api manager?

That part is still foggy to me.

Thank You,

Randy

Views

250

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 27, 2018 Mar 27, 2018

Copy link to clipboard

Copied

LATEST

Hi Randy,

You are correct. API Manager acts as a proxy between the user and your API, ensuring requests that are directed to your API are actually authenticated and authorized.

You have two options to ensure your API is never actually accessed directly by your users. API Manager supports endpoint authentication via "Client Authentication" or "Shared Secret". Client Authentication is essentially support for two-way SSL. Shared Secret involves a secret token, known only to the API Manager and your API, to authenticate requests to your API. 

This is documented at, API Manager Publisher > "Specifying endpoints".

You could contact me at inoel@adobe.com, if you are interested in knowing more about this, or any other feature of API Manager. We would be happy to help you setup a robust environment.

- Immanuel

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation