Hi,
Sorry, should be OnRedirectToIdentityProvider
method.
HI,
Sorry for being late.
Unfortunately, we have no plan to provide this module.
Hi,
You can try to use Android emulator to debug it.
Hi,
It's okay to redirect to the SSO server manually.
The best way is to redirect in the OnRedirectToIdentityProvider
event.
Hi,
It seems tables created on Separate database without imultitenant interface is never used.
you can check the current context if it is host to create table like this:
if you are building a multitenant system and if you want to use separate db connection strings, even if it is not necessary to have tenantid in tables since you use separate db connection strings, you should use it in abp.
No tenantid means it's a table can shared between host and tenant
Hi,
You must add IMultiTenant
interface to a multi-tenancy entity, this is the convention of the framework.
Hi,
Yes, the URL should be the SSO Server URL
Hi,
you can check the published files to make sure openiddict.pfx
file is exists
Because as you know, I already captured the screen which I implement OnRedirectToIdentityProvider event and change the options value inside that. but it's seem not effect.
what is your code now.