hi
Invalid credentials.
Testing the LDAP configuration using your application might be complicated. Therefore you can use our test application. The following dotnet console app is for testing your LDAP configuration. Before using the configuration, test in this app and see if it works.
https://github.com/abpframework/abp-samples/tree/master/AbpLdapSample
Thanks.
hi
You can use same authserver and api domain for different domains angular apps.
The current error is from angular.
Can you make your angular home component doesn’t require authorization?
Which means I have to click login button in angular website then redirect to authserver.
Thanks.
hi
Auth Server: Configured as https://imm-auth.koimpact.tw/ API Endpoint: Configured as https://imm-api.koimpact.tw/
Is the imm the tenant's name?
If you have a new tenant test
Auth Server: Configured as https://test-auth.koimpact.tw/ API Endpoint: Configured as https://test-api.koimpact.tw/
hi
There is no error in the logs.
Can you share a username and password?
I will test it online.
Thanks.
hi
whether I try to log in with the host account credentials or the IMM (tenant) account credentials, the login fails. The Angular app keeps redirecting back and forth to the authserver in a loop.
Please share the Debug logs.txt of the AuthServer. https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.
hi
What is the current behavior of your website during the login process?
Thanks.
Can you upload your project to a private GitHub repository?
Invite me as a contributor. https://github.com/maliming
I will push new code.
Thanks
hi
I can try to convert your project to WASM project. Will this fix all your problems?
Thanks.
hi
The cookie token and the request token were swapped
This error indicates that the Antiforgerytoken in the header/form is using the Antiforgerytoken from cookies.
Can you share an online website? I will test it online.
liming.ma@volosoft.com
Thanks
However, your log does not include the debug logs. Could you share a project that reproduces the problem?
Thanks.