question about enterprise application.

TPlink 61 Reputation points
2020-07-01T05:39:47.857+00:00

Hi Everyone,
I did some study regarding the AAD Enterprise Application, I have a few questions that I hope someone can anwser me

--If I want to my application onbroad to Azure Marketplace to enable AAD user can sign in, does my application must implement the SAML-based feature, and only can support SAML? is OAuth2 possible for now? I check the list of SaaS(https://learn.microsoft.com/en-us/azure/active-directory/saas-apps/tutorial-list), seems all of them only support the SAML protocal. and can you tell me for my owner application, is there any reference how to add the code to enable SAML-based protocal.

very appreciated if you can provide me any answer.

Thanks
TP.

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

Accepted answer
  1. Sander Berkouwer 166 Reputation points
    2020-07-01T07:50:09.827+00:00

    Hi,

    SAML, and Oauth2/OpenID Connect can both be used.
    Here's the documentation on creating an enterprise application with the latter.

    To add the required features to your application, I recommend using the Microsoft Authentication Library (MSAL) available from GitHub. The library is available for many programming languages, frameworks and runtimes.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful