Activities of "Angelo_Nestola"

Because you have to enter the username and password to sign in.

I'm using username and password just to access to the application while coding. My goal is to use Angular Login page and Microsoft auth. Once it runs fine I can disable user and password authentication.

Thank you

Can you share a screenshot?

This configuration of oAuthConfig obj allows me to use Angular Login page instead of the authServer mvc one:

What type of this page? angular or authserver mvc?

With previous code Homepage Login button redirects on my Angular account/login page (in which there is no "Login with Microsoft" button):

Using the rows 6-13 you see commented in the previous code instead, it uses the backend Login page in which that button is correctly visible:

This is my External authentication provider configuration:

My goal is to have Microsoft authentication in Angular Login page.

Thank you

Hello

  • ABP Framework version: v7.4.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Steps to reproduce the issue:
      1. Enable and configure Microsoft Auth provider in Account Settings
      1. Redirect authentication to Frontend by editing environment.ts
      1. Start app and go to Login page
      1. Statement "Or Sign In with" and Microsoft button are not visible

If we keep authentication on backend AuthServer the button is visible and working, do we have to add it manually to frontend page like suggested in https://abp.io/support/questions/6144/Microsoft-External-Login-in-Custom-Login-Page? The difference here is that we are not working on a custom Login page, we are using Account project pre-built one. We already downloaded Account module source code.

Thank you

Hello, by reading the documentation I was not able to understand how to set a predefined value for the typeahead component.

Thank you

  • ABP Framework version: v8.1.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello, I have a problem with the abp-lookup-typeahead component: I cannot set a predefined selected value. Example: I want to filter my list by a value displayed in a typeahead in my advanced filters. If I pass the id in the queryParams and set the filter (filters.myId), the list is correctly filtered, but the typeahead is not set to the correct value. How can I fix this?

Thank you in advance.

Hello! These two links helped fixing my problem.

Thank you very much!

Hello, I have already tried solution 1. but it doesn't work. The problem is that I also tried to add a query param to the url. When I click on the menu item corresponding to my current page, it removes the param from the url, but the page is not refreshed. I think it's a bug in the side menu and not a behavior of the Angular Router, since it doesn't work also when changing the url.

Thank you

Yes, it is now solved. Thank you

  • ABP Framework version: v8.1.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello, when I am on a page and I click on its menu item, the page is not refreshed. This happens also when I have query parameters. The filters are not cleared too. This causes a behavior in which if I filter through navigation using query parameters and then I try to go back to the non-filtered list, nothing happens.

Thank you

Hello, thank you for your answer but it wasn't enough. I had to re-download the updated Account Module to make it work, because all account packages weren't updated. Also, in the new version there were some changes in the code.

Showing 1 to 10 of 14 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11