Activities of "maliming"

hi

Do you mean the LastModifierId of operation is null after _operationRepository.UpdateAsync(operation, autoSave: true);?

Can you share a template project? liming.ma@volosoft.com

hi

The KeyPrefix of AbpDistributedCacheOptions has been set in all template projects, including the microservice template.

So also recommend you to do this.

hi

Thank you, I will confirm this.

hi

The Blazor server project uses OpenId Connect for authentication, and the default validity period of the token is 30 minutes.

You can change its lifetime.

PreConfigure<OpenIddictServerBuilder>(builder =>
{
    builder.SetAccessTokenLifetime(TimeSpan.FromMinutes(30));
});

and we add a new feature, you can copy code to your project https://github.com/abpframework/abp/pull/15876

hi

How to replace Identity Server with Okta/ Azure Active Directory/ SSO?

You can integrate these services directly in your project according to the documentation.

abp is designed as a framework you can use any authentication and authorization service

https://docs.abp.io/en/abp/latest/Authorization#authorization

I still need to reproduce the problem locally, Can you share some steps and code?

hi

How can we reproduce this in a template project?

Answer

On the other hand, could you tell me if there is another option to create and maintain access tokens per user from the web interface?

Using OAuth flow to get access_token is the right way.

https://auth0.com/docs/get-started/authentication-and-authorization-flow/which-oauth-2-0-flow-should-i-use

I don't have any suggestions right now. Blazor wasm was designed like this.

https://us05web.zoom.us/j/82149373656?pwd=TUg0ZVFCVktEc3huMXUzcnpFOWUrQT09

Showing 21 to 30 of 4067 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13