Open Closed

We want to use only Azure Ad login screen instead of ABP Commercial login screen. #451


User avatar
0
gvnuysal created
  • ABP Framework version: v3.2.1
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Hi :) I can make a custom login page with the help of ABP Commercial document. However, I want to use only the Azure Ad login screen instead of the ABP Commercial login screen. So when I press the user login button, I want to get the Azure Ad Login page directly. What is the method required for this? Thank you for your attention.

2 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Hello, I think you checked the article about it already and understand why it can't be done directly by design.

    However you can act like it by overriding the default Login Page and add a trigger method to javascript on window load to trigger that Azure Ad OpenId button whenever the page loading is done. Or Customize default Login Page and override login method to redirect to external signin.

  • User Avatar
    0
    gvnuysal created

    Thanks your answer @gterdem.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11