Custom Login without the Microsoft Login Popup

IR, Sreejith 0 Reputation points
2024-01-15T11:49:31.4433333+00:00

Hi, Our client has a SAP Commerce Cloud(hybris) B2B solution and the login page is currently integrated with another IDP provider. They want to migrate to Azure AD and using the current login page want to seamlessly allow the user to login without the microsoft login page pop-up. Is there a solution for this request and any reference material would be helpful to take forward the discussion

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,219 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Danstan Onyango 3,816 Reputation points Microsoft Employee
    2024-03-04T09:24:55.97+00:00

    If the B2B users sign in with their own accounts in their IDP, the prompt like the Microsoft Login page will have to show up. However

    Azure Active Directory B2C (Azure AD B2C) would be a solution for this use case. Azure AD B2C is a customer identity access management solution that provides you the scalability, availability, and reliability you need. It allows you to customize and control how users sign up, sign in, and manage their profiles when using your applications.

    You can customize the entire user interface (UI) so that Azure AD B2C looks and feels like it's a native part of your application. This means you can use your own login page without the Microsoft login pop-up.

    Here's some relevant documentation and resources to help you get started:

    1. Azure AD B2C Documentation: https://docs.microsoft.com/en-us/azure/active-directory-b2c/
    2. Customize the user interface with HTML templates in Azure Active Directory B2C: https://docs.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-user-flow
    3. Code samples for Azure AD B2C: https://github.com/azure-ad-b2c/samples

    Please evaluate and let me know if this would work for you.

    0 comments No comments