hi
You can set the job name after 9.3.0
https://github.com/abpframework/abp/issues/22700 https://github.com/abpframework/abp/pull/22714
Thanks.
hi
The HomeComponent will also use code to get an access token. We will enhance it in the next version. Please follow https://github.com/abpframework/abp/issues/23286
this.authService.navigateToLogin();
You can pass the __tenant to the query string when doing the code flow.
I will ask Angular how to do this.
Thanks.
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.