Activities of "gterdem"

Hello @scott7106,

It seems like a problem with data protection key persistency.

Can you try persisting data protection keys to file system or redis (if you have already) in your HostModule service configuration? For file persistency something like;

context.Services.AddDataProtection().PersistKeysToFileSystem(new System.IO.DirectoryInfo(@"/var/my-af-keys/"));

for windows use a directory like c:/my-af-keys/ etc.

Duplicate question, please continue from https://support.abp.io/QA/Questions/768/Regarding-2-Factor-Authentication.

Hello @pvaz,

When using Angular or MVC or Blazor version I want to be able to do login and enter the application without redirecting to a login service that will then redirect me to the homepage.

This is Single-Sign-On redirecting back to your application. You have a client side application, you need to authenticate and validate your token to some authentication server. It can be either your own backend with AuthServer (non-tiered applications) or a different host (tiered applications).

I need to have a personalized login for each tenant and not the same login for each application.

Tenant's admin can change the layout settings but it needs to be the same end point. You can check Multi-Tenancy Domain/Subdomain Tenant Resolver to resolve the tenant and change the layout depending on it. You can also check this article about how to modify login page.

third log entry 2021-01-12 00:36:10.281 +00:00 [ERR] Invalid redirect_uri: https://website.mydomain.com.au/signin-oidc { "ClientId":"ACME_Swagger", "ClientName":"ACME_Swagger", "RedirectUri":null, "AllowedRedirectUris":["https://api.mydomain.com.au/swagger/oauth2-redirect.html","https://localhost:44358/swagger/oauth2-redirect.html"], "SubjectId":"anonymous", "ResponseType":null, "ResponseMode":null, ...

Your redirect uri doesn't match. You should add https://website.mydomain.com.au/signin-oidc to your redirect uri for that client.

Hello @DesarrolloMarena,

Try yarn and yarn gulp commands to install the related js libraries.

Hello @albert.ogbekhilu,

There is an on going issue about this, https://github.com/abpframework/abp/issues/7145. It will be implemented soon.

Hello @safi,

We're using blazorise datagrid. Can you check https://blazorise.com/docs/extensions/datagrid/#editing?

It will be fixed in the next release.

Here is related PR about it.

Hello @michael.sudnik,

Good idea, we may have missed that. Thanks for the advice!

Hello @unlonlyness,

Can you give more details about your issue?

Showing 821 to 830 of 867 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13