hi
There are two AuthServer projects. For SSO, you can only have one AuthServer,.
One AuthServer(OpenIddict) as an authentication/authorization server.
Two or more websites use this server to OpenIdConnect login.
If website A is signed in with AuthServer, websites B and C will automatically be signed.
account.abp.io is authser of abpio platform.
www.abp.io docs.abp.io commercial.abp.io will be using OpenIdConnect to sign with account.abp.io
We will share the OpenIdConnect cookies, so if you have signed in at www.abp.io, you will have a signed state on other websites.
If I misunderstand your project. You can share full steps to reproduce the problem with your project..
Thanks.
ok, I will check your code.
hi
Do you want to check the source code of /connect/verify endpoint?
I can share the source code with you. Please send a email to liming.ma@volosoft.com
hi
Thanks. I will ask our colleague.
hi
It would be best if you could provide the code and steps to resolve this problem.
The SQL query is generated by code. I have to check the source code.
liming.ma@volosoft.com
Thanks.
hi
openid client credentials are not created in the tenant
The openiddict application/client should always store on Host database.
showing invalid certificate but it is showing as valid certificate for web.xyx.com
Your HTTPS certification should contain the *.web.xyx.com.
acme.sh --issue --dns dns_cf -d getabp.net -d '*.getabp.net' -d '*.api.getabp.net' -d '*.ids.getabp.net' -d '*.ng.getabp.net' -d '*.web.getabp.net'
hi
What is your Studio version?
Have you upgraded to the latest?
hi
The Pomelo.EntityFrameworkCore.MySql will support EF Core 9 soon. Please wait a moment.
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1841
hi
Can you upload your test project to Github private repos and invite https://github.com/maliming as a contributor?
I will check your code.
Thanks.
See the document https://abp.io/docs/latest/framework/fundamentals/caching
The cache key can be user id.