SSO implementation of Angular 6 application with .Net core API

Diljith PC 11 Reputation points
2020-04-01T03:35:22.043+00:00

Question
Sign in to vote
0
Sign in to vote
Hi Friends,

Greetings!!

I'm having an application which uses Angular 6 application for the front end and using .Net core web api for fetching details from DB. I need to implement Single Sign on feature for my application using Azure AD. My on-prem AD is in sync with Azure AD.

Can I implement the above SSO using SAML approach or should I try other approaches using MSAL or ADAL?

Can someone give me a solution. Thanks.

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

1 answer

Sort by: Most helpful
  1. soumi-MSFT 11,716 Reputation points Microsoft Employee
    2020-04-01T09:46:10.353+00:00

    @Diljith PC , Yes, SSO can be implemented, but it all depends what kind of app you are developing. By that I mean, are you planning to implement OAuth or SAML as the protocols.

    Incase you are developing a SAML application, then once the app is developed, you can add that app to Azure AD as a non-gallery app and then configure the SSO for it.
    And, incase you are developed the app using ADAL/MSAL that would implement OAuth as the protocol. Using the libraries like either MSAL or ADAL would provide the SSO feature automatically.

    Hope this helps.

    Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as Answer; if the above response helped in answering your query.