[maliming] said: Hi
You can add it and try again.
If still get 500 error please share the logs.txt files again.
Thanks.
Can I add it in the auth or admin module?
[maliming] said: hi
Your
authreturns an error.Does it have such code in the auth website startup module?
app.Use(async (ctx, next) => { ctx.Request.Scheme = "https"; await next(); });Thanks.
No, I have not added any such code in the auth website's startup module.
[maliming] said: hi
There is an exception during login.
Can you share the logs.txt of
adminwebsite?liming.ma@volosoft.com
Thanks
I have sent it
[maliming] said: hi
Both Blazor and PublicWeb are using
oidcas the default challenge scheme.When you click login, it will redirect to
https://admin.example.com/Account/Loginand then redirec to authserver website login page.
Hi
But right now it's not working? Can you please provide solution?
thanks
[maliming] said: hi
Can you share your public and Blazor module C# files to liming.ma@volosoft.com?
Thanks.
Hi I have sent the files to the email.
[maliming] said: hi
it redirects to the same URL instead of navigating to the authentication (Auth) URL.
What is the current redirect URL?
https://admin.example.com/Account/Login ?
Thanks.
Hi
This is the current redirect URL: https://admin.example.com/Account/Login same for public application https://example.com/Account/Login
Thanks
[maliming] said: hi
Can you try to use a subdomain instead of a sub-app?
https://www.example.com → Web Public
https://admin.example.com/ → Blazor Admin
https://api.example.com/ → API
https://auth.example.com/ → AuthServer
Hi
When I click on the login button in the Blazor application, it redirects to the same URL instead of navigating to the authentication (Auth) URL.
I have added subdomain but it is not working. Thanks.
[maliming] said: Can you try to use a subdomain instead of a sub-app?
I have created separate Azure App Services (for containers) for each application.
[maliming] said: hi
Have you added the RabbitMQ service to your Docker file?
Thanks.
Hi No. Can you please provide details to add RabbitMQ service? When I click on the login button in the Blazor application, it redirects to the same URL instead of navigating to the authentication (Auth) URL. Thanks.