Ends in:
4 DAYS
3 HRS
17 MIN
5 SEC
Ends in:
4 D
3 H
17 M
5 S

Activities of "maliming"

hi

Try to add context.Services.AddAssemblyOf<AbpBackgroundJobsHangfireModule>(); in your blazor project.

hi

I understand i need to copy this source code -> https://github.com/abpframework/abp/tree/dev/modules/tenant-management

No. The source code is located in the Saas module.

https://abp.io/docs/latest/modules/saas

The OAuth Login feature.

https://abp.io/docs/commercial/latest/modules/identity/oauth-login

How to login ExternalScheme first ?

This works if you add an external/social login to the MVC project.

After you log in with external/social, the ExternalScheme will be signed in automatically.

In the callback action, you can get the userinfo by GetExternalLoginInfoAsync but I think you are not using this feature.

hi

The angular already got the access_token by this redirect.

http://localhost:4200/oidcredirect#access_token=eyJhbGciOiJkaXIiLC

Maybe you can override OAuthApiInterceptor service to use your acccess_token.

https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/oauth/src/lib/interceptors/api.interceptor.ts#L41-L44

You can create a new question to ask our angular team

This question is too long and complex.

hi

Can you share the logs.txt

I have to understand the issue based on logs

Thanks.

: )

Answer

hi

The suite's appsettings.json is located at /Users/yourname/.dotnet/tools/.store/volo.abp.suite/8.3.2/volo.abp.suite/8.3.2/tools/net8.0/anyappsettings.json

You can change the 3000 port and try again.

hi

Are you using the v8.3.0?

I can't reproduce this problem.

  1. I created a new user and enabled its 2fa.
  2. I log in with this user, and there is no 2fa page.
  3. If I add a Google authenticator, re-login will require the 2fa.
  4. if I remove the Google authenticator. re-login will not require 2fa page.

What is your framework version and can you try to reproduce this in a new template project.

Thanks.

hi

The source code are: https://github.com/abpframework/abp/tree/UnitOfWork/modules/permission-management/src/Volo.Abp.PermissionManagement.Web/Pages/AbpPermissionManagement

Showing 261 to 270 of 8490 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 28, 2024, 07:27