Azure Cloud application (Angular/API) access on Prem windows authenticated REST API

Loganathan, Murugesan 1 Reputation point
2022-12-02T13:32:40.317+00:00

Trying to understand the communication and Authentication protocol for the cloud hosted application, accessing on prem API's.
All our API's are hosted on Prem and load balanced via F5 (Windows Authenticated)

New to Azure Cloud, what are the best practices for Authentication (Cloud ->On Prem)

API 1 has to be accessed from "Azure Cloud" as well as "on Prem" systems.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,782 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,756 Reputation points Microsoft Employee
    2022-12-12T22:44:38.083+00:00

    Hello @Loganathan, Murugesan - Thanks for reaching out!

    You'll want to explore the Self-hosted Gateway and look to run it alongside your APIs on-prem. As for authentication, APIM supports various authentication options with OAuth being the preferred one, please review: Authentication and authorization in Azure API Management

    On the architecture side of things around the REST APIs needing to be accessible to both Cloud and On-Prem apps, there are also various options available. I'd recommend reviewing the following guides:

    I hope this helps, if you have any questions, tag me in the comments below and just let me know.

    -------------------------------------------------------------------------------

    Please consider contributing to MS Q&A by marking 'Accepted Answer' and ‘Upvoting’ as applicable.

    0 comments No comments