- ABP Framework version: 8.0
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
We have a requirement where, when a client clicks on our application logo (which is already configured within their application), they should be redirected directly to the IdP's login page instead of the ABP.IO login page. After authentication with the IdP, the user should be redirected to our dashboard.
Using below ABP.IO support ticket i am successfully able to run POC project. Note :- Tenant not set in POC project.
Error :- After integrating the same code into our existing project, we successfully authenticated with the IDP, added the user to the database, and were redirected to the dashboard. However, after a few seconds, the application automatically redirects to the logout page I have cross check log it's look like tenant not set that's why user not able to login.
For your refence please find below log
We need to set the tenant name and tenant ID headers for the dashboard redirect URL. How can we do this ?
110 Answer(s)
-
0
Please check the logs of the real API(
api/account/my-profile
) website. -
0
-
0
hi
Please share a screenshot of your solution structure.
-
0
bwt, the question has too many replies.
Can you create a new question to reply?
Thanks
-
0
This issue is escalating internally and is creating a bad impression with the client. I’ve been trying to convince the team to set up a call and resolve this. I completed the POC, and it works as expected, but we’re still facing issues with the actual implementation in the project, and the problem remains unresolved.
With this communication, I’m unsure when we will resolve this issue.
As I mentioned earlier, we have an old template with the updated version. Once you review the code, you’ll definitely be able to understand it and resolve the issue. For your information, the modifications we made earlier were done with the support of your team during the call.
-
0
hi
Please share a screenshot of your solution structure.
front-end, we’re using Angular, while on the back-end, we’re using microservices. At the database level, we’re using pgAdmin.
I’ve also shared an email with a high-level structure screenshot and the OIDC code that I used on the Angular side. Please review it and let me know your thoughts.
-
0
hi
Request starting "HTTP/2" "GET" "https"://"localhost:44359""""/api/account/my-profile""" - null null
https://localhost:44359/api/account/my-profile
is just forwarding the request, it is not the real API. When you see the 500 error, please check the logs of the real API to see the reason.The current logs are from 1️⃣ or 2️⃣, Check the logs of 3️⃣ (microservice)
If you are unsure, please delete all websites' logs.txt files, reproduce the problem, and share all logs.txt files.
Thanks
-
0
hi
Request starting "HTTP/2" "GET" "https"://"localhost:44359""""/api/account/my-profile""" - null null
https://localhost:44359/api/account/my-profile
is just forwarding the request, it is not the real API.
When you see the 500 error, please check the logs of the real API to see the reason.The current logs are from 1️⃣ or 2️⃣, Check the logs of 3️⃣ (microservice)
If you are unsure, please delete all websites' logs.txt files, reproduce the problem, and share all logs.txt files.
Thanks
Hi , I know it's forward api and it's base method not able to debug as well what ever logs store in log.txt file i shared with you.
-
0
The log does not contain the internal exception.
The logs of this 500 error should exist on the project, which depends on the
AbpAccountPublicApplicationModule(Volo.Abp.Account.Pro.Public.Application)
module[14:10:09 INF] [] Request starting "HTTP/2" "GET" "https"://"localhost:44359""""/api/account/my-profile""" - null null [14:10:09 INF] [] CORS policy execution successful. [14:10:09 INF] [] Handling request: /api/account/my-profile [14:10:09 INF] [] Handling request logProject: product [14:10:09 INF] [] Handling request logProjectGroupName: /ecs/product-dev-gateway [14:10:09 INF] [] Handling request logProject change tenant: product [14:10:09 INF] [Product] Executing endpoint '"Volo.Abp.Account.ProfileController.GetAsync (Volo.Abp.Account.Pro.Public.HttpApi)"' [14:10:09 INF] [Product] Route matched with "{area = \"account\", controller = \"Profile\", action = \"Get\", page = \"\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Volo.Abp.Account.ProfileDto] GetAsync()" on controller "Volo.Abp.Account.ProfileController" ("Volo.Abp.Account.Pro.Public.HttpApi"). [14:10:09 INF] [Product] Executed action "Volo.Abp.Account.ProfileController.GetAsync (Volo.Abp.Account.Pro.Public.HttpApi)" in 13.5452ms [14:10:09 INF] [Product] Executed endpoint '"Volo.Abp.Account.ProfileController.GetAsync (Volo.Abp.Account.Pro.Public.HttpApi)"' [14:10:09 INF] [] Finished handling request. [14:10:09 INF] [] Request finished "HTTP/2" "GET" "https"://"localhost:44359""""/api/account/my-profile""" - 500 null "application/json" 195.4187ms
-
0
bwt, the question has too many replies.
Can you create a new question to reply?
Thanks
Hi ,
As per your request i have created new ticket.
https://abp.io/support/questions/8267/Tenant-Id-and-Tenant-Name-Not-Set-in-Header-After-Dashboard-Redirect-SSO-OIDC
Kindly please assign your self .
thanks