Activities of "gterdem"

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?

Hello @ihugo,

It is probably related with IdentityServer published on http instead of https. IdentityServer must be deployed to https. Can you check issuer under /.well-known/openid-configuration?

You can check here about how to set it.

If that is not the case, can you share the logs under your Logs folder by executing into your container?

Showing 681 to 690 of 726 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54