Please also note the part about Exported = true being needed (or implemented / solved elsewhere)
yes, added
Is storage actually used anywhere in the MAUI app currently?
this is only used to store the access_token and refresh_token
I suppose now we just wait and see if it is still valid after 1 day then yeah?
you can try changing your system datetime to check it.
Hi,
I am getting a 404 on account/sessions, also account/session, and I tried to find it in the settings / admin menus but can't find, is that the right URL?
The URL should be AuthServerURL/account/sessions
You can try this: https://abp.io/support/questions/7626/Can%27t-generate-long-lived-auth-tokens-after-82-upgrade#answer-3a143840-1291-1f3d-7e6b-18c502a01068 this problem also happened in the ABP.io, after logout and re-login, it works fine.
i will check it
Hi,
They already have built-in support
Do we need a 2. DbContext for all TenantDBs (with MultiTenancySide=Tenant)?
no, you don't.
Does the DbMigrator support migrations and data seeding without extra modification for a multi-tenant architecure with separate tenant dbs? (assuming everything else is correctly set up)
yes, without any change.
How do we customize the seeding data for every tenant (like, a admin user with a certain password)?
See https://abp.io/docs/latest/framework/infrastructure/data-seeding
If running the DbMigrator separately (with dotnet run), how does the DbMigrator find out which tenants are new and need to be setup and data seeded?
it will seed all tenant's data, so you have to make sure idempotence
your original question is about
Issuer validation failed. Issuer: 'https://localhost:44322/'. Did not match: validationParameters.ValidIssuer: 'null' or validationParameters.ValidIssuers: 'https://{0}.localhost:44322/'.
HI,
I mean the webapp, httpapi and authserver logs.
I am deploying to Azure, so I can turn on logging there?
will it work locally?
I have 'Require Two-Step Verification for my users' unchecked - they enter there user id and password and then again they are redirected and again asked for user id and password .
could you share the full logs