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
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, by reading the documentation I was not able to understand how to set a predefined value for the typeahead component.
Thank you
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
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.
Hello, I sent you the code structure with the error at your email. Thanks
Hello, as mc86 https://support.abp.io/QA/Questions/7006/got-errors--after-upgrade-to-81-VoloAbpAspNetCoreMvc-still-use-MicrosoftAspNetCoreMvcVersioning has already answered you here, it's not possible to reproduce the error on a new project.
Thanks