Auth for a third party service calling our service in Azure

Devil Stance 21 Reputation points
2022-12-02T08:01:39.477+00:00

Hi all,
we have a third party service calling an endpoint with a http POST request and sending us some JSON data and we need to establish a secure way to authorize the service.

Is it possible to register the external service somehow in Azure AD and make it using a standard auth flow?
Or, is it possible for the external service to use some Azure services to implement a simple auth based on an API Key that is rotated (automatically)?

Otherwise, which is the suggested practice in this use case?

Thanks in advance,
Dev.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,692 questions
0 comments No comments
{count} votes

Accepted answer
  1. Carlos Solís Salazar 16,696 Reputation points MVP
    2022-12-02T12:17:55.293+00:00

    Hi @Devil Stance

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    To manage the access of your Identity App you need to use App Registration

    Azure App registrations are an easy and powerful way to configure authentication and authorization workflows for a variety of different client types. Everything from Android to a SAML application can be configured to use an app registration

    Source: https://petri.com/understanding-azure-app-registrations/

    Hope this helps!


    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful