seamless SSO with Angular application

Madhur Bhardwaj 101 Reputation points
2020-07-21T09:06:16.983+00:00

Hi,

I've enabled pass-through authentication and seamless SSO on Azure AD tenant, I've also registered my angular application with Azure AD, with login prompt I'm able to login into the application, but we need that seamless experience (so as per documentation the user should directly enter into the application without entering userId/Password.) . Do i need to pass any additional parameter to Azure AD using MSAL.js.

Yes the machine from where I'm accessing/running this application is domain joined with local AD synced with Azure AD.

Can someone please provide a sample application reference.

Thanks,
Madhur

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Madhur Bhardwaj 101 Reputation points
    2020-08-03T14:32:19.893+00:00

    Hi,

    apologies for responding late on this, i found the issue. we missed to add "https://autologon.microsoftazuread-sso.com" into browser. after that it worked.

    thanks for your help.

    Madhur

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Marilee Turscak-MSFT 37,206 Reputation points Microsoft Employee Moderator
    2020-07-23T21:35:01.04+00:00

    Hi *anonymous user*Bhardwaj-9418,

    I am not aware of an official sample for this scenario, but someone appears to have created a simple login sample: https://github.com/mores/angular-examples/tree/master/oidc-azure

    https://github.com/manfredsteyer/angular-oauth2-oidc/issues/494

    If you would like a sample to be created you can also request one in [User Voice][1].

    I'm doing some digging on my end to see if more samples exist.

    Thanks,

    Marilee
    [1]: https://feedback.azure.com/forums/169401-azure-active-directorywd=test?category_id=167256&filter=top&page=16


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.