The "ClientType" column in the "OpenIddictApplications" table was initially set to "confidential" and after that you update value as "public", Then Angular application was able to successfully redirect.
However, I have notice after some time, this value automatically changed to "confidential". I have cross-checked the application but was unable to find where the value is being set.
Can you please suggest how I can fix this issue?
4 Answer(s)
-
0
Hi,
ABP won't change it programmatically unless you change it in the openiddict UI
-
0
ok let me cross check.
Thanks
-
0
okay
-
0
Hi, The "ClientType" column in the "OpenIddictApplications" table was initially set to "confidential" and after that you update value as "public", Then Angular application was able to successfully redirect.
After implementing the above changes and using the first approach for login (https://abp.io/qa/questions/8314/3a165ad9-473e-3f80-5c1c-f07746070937), I am facing an issue while generating the token. If I revert ClientType: "public" to "confidential", I am able to generate the token.
How can I handle this issue for both login approaches? Are any additional changes required?
https://abp.io/qa/questions/8314/3a165ad9-473e-3f80-5c1c-f07746070937