Hi all please help me in this situation, I have application i need to integrate with azure ad I follow all steps in the docs but it's for mvc there isn't in the docs for the angular and core so i follow the steps from here https://docs.abp.io/en/abp/2.8/How-To/Azure-Active-Directory-Authentication-MVC but i stell facing issue with remote login
I solved some issues before by using signinManager then it works in swagger perfect but when try to run the angular can't to reach the openid i got An error has occurred! Http failure response for https://localhost:44337/api/abp/application-configuration: 0 Unknown Error that means the angular can't reach the backend how to fix it?
ABP Framework version: vX.X.X
UI Type: Angular
Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
Exception message and full stack trace:
Steps to reproduce the issue:
9 Answer(s)
-
0
Hello,
Have you installed
redis
in your system?thanks
-
0
No, should I install it ? if yes how to use it?
-
0
Hello,
Yes please install it and run it before running the application.
-
0
Do you mean installed from nuget packages?
I never used redis before
-
0
Hello,
please check prerequisite to setup abp,io https://docs.abp.io/en/commercial/latest/getting-started-setup-environment?UI=NG&DB=EF&Tiered=No Click on Redis , it will redirect to redis installation and then install it.
Thanks
-
0
sorry but our project requirement I can't use redis there is another solution why in mvc working fine but with angular not working what is the problem with open id auth ?
-
0
How to integrate azure ad login when using angular for UI step by step?
-
0
Hello,
please check https://community.abp.io/posts/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l
thanks
-
0
I followed all the steps the I can't reach to login page I got HTTP Error 404.15 - Not Found The request filtering module is configured to deny a request where the query string is too long.