Hi,
The workaround solution is working. May I know in which version release the permanent fix will be included?
Thanks.
Hi,
Apologies, I believe the ticket description may have caused some confusion. My issue is not related to query string. Based on the email i sent you previously, the issue was related to resolving the tenant using the Subdomain Tenant Resolver approach.
We don't apply any redirect or rewrite rules and also load balancer, as we are using ABP Studio to run my solutions in our local machine. The ?&&
issue occurred in both development and production builds on my local machine.
Can we schedule remote session to investigate the issue?
Additional Info The minimal project I sent you was generated using microservice solution template in ABP Studio. On top of that solution I implemented the multi-tenancy resolver using the Subdomain Tenant Resolver approach, following the guidance provided here: https://abp.io/docs/latest/framework/architecture/multi-tenancy#domain-subdomain-tenant-resolver. I'm not sure if you're able to follow the same steps on your end to reproduce the issue?
Thanks.
Hi,
I have implemented workaround solution as you suggested. However, the issue still unable to resolve. Has the workaround been tested and confirmed to work on your end? If not, could you please provide a verified working solution instead?"
Remarks: This issue is happened for all the environments(Development and Production build)
Thanks.
Hi
Sent via email.
Thanks.
Hi,
Can I have your email? I will share u the minimal project to reproduce the issue.
Thanks.
Hi,
Is it necessary to initialize a valid Authority
value at first place? Can we leave Authority
empty and have it resolved at runtime, similar to how ClientId
and ClientSecret
are handled? I have tried to leave Authority
empty, but it seem not working.
Thanks.
Hi,
Sent via email.
Thanks
Hi,
Currently I'm trying to integrate Microsoft Entra Id to my project. I have configured Authority as DynamicOptions
property to support the multi-tenant Authority endpoint of Microsoft Entra.
Noticed that, this Authority
property not working even i have assigned the value of Authority
in frontend.
Noticed that, Authority
value defined in the frontend isn't being applied which results in an empty authorization endpoint when redirecting to Microsoft Entra.
Could you advise how to configure the Authority
property dynamically to support Microsoft Entra's multi-tenant endpoint?