Hello,
What do I gain by switching responseType to "code"? If I do it then homepage "Login" button redirects me to AuthServer login page and I don't need that. My goal is to authenticate with Microsoft from Angular login page. Is it possible?
Thank you
Continuing from https://abp.io/qa/questions/8178/3a15ee13-b147-5d0c-7ad7-c143d5e665a5 - I can't re-open that question (Why?)
I just configured both Microsoft authentication and authorization flow in a abp 9.0 angular web app but the "Sign in with Microsoft" button still doesen't appear (while in password flow it's correctly working in AuthServer). What do you mean by "The feature will be available in abp 9.0", which feature?
Do I have to add the button and the external provider authentication flow manually in angular account module login page? How can I do it?
Thank you
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
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
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