Activities of "liangshiwei"

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.

Hi,

I could not reproduce the problem.

maybe related to the identity session.

could you try logout first, then re-login.

then navigate to Account/sessions

you should be able to see two sessions.

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

Hi,

i think this is a new question, could you please create a new ticket, thanks.

already refunded.

Showing 671 to 680 of 5984 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54