Base solution for your next web application

Activities of "SRTMDEV"

Hello Team,

Any update on above? We have a scenario where our client app need to communicate with our server app using API. Out of client id and secret, is there any other token we can generate per tenant which case use for client app and with that token we can communicate to our server?

Hi @SRTMDEV

I couldn't understand the problem very well but you may use IMustHaveTenant instead of IMayHaveTenant which doesn't allow NULL values.

Hello ismcagdas, My requirement is I want to create some master/template data in Host side and want to copy this data when creating new tenant. Now I am use same database and table for Host and Tenant so in this case IMustHaveTenant can not be use.

It is not how it is designed. To make this change, you have to make changes in many places, including the framework's code. Why do you need that? We may offer another solution to you.

Hello Team, Currently we have a requirement where we need to setup master data in Host tenant and copy in each of tenant. Now if copy master-detail data, then we have to do operation for each table to maintain master identity in child table. To eliminate this we introduced GId in which there is no any required to change data while copy to tenant. Now here we want to maintain Primary/Foreign Key in respected table with combination of Tenant Id and GId but due to Tenant Id is allow to NULL we are unable to set. With limitation, we need to write EF join query to read data from child table.

Hello Team,

I am getting below error while upgrade Abp.AspNetZeroCore.Web and Abp.AspNetCore packages to latest version.

Method 'GetNotificationsPublishedByUserAsync' does not have an implementation.

Hello Team,

Currently Abp.AspNetZeroCore.Web version is 4.0.0 and Abp.AspNetCore version is 7.0.1 package used. Let us know if we upgrade both package (Abp.AspNetZeroCore.Web to 4.1.0 and Abp.AspNetCore to 7.4.0) to latest version will impact on our project which is running on ANZ 11.0.0 version?

Hello Team, We are getting below error while login via External Login OKTA system. This has been raised when 2 Stage/Multiple Authentication (OKTA Verify) has been enabled in OKTA.

Error: 'An item with the same key has already been added. Key: http://schemas.microsoft.com/claims/authnmethodsreferences'

Can you share some workaround to move further or share GetUserInfo code so we can modify as per needed. We are using 11.0.0 ANZ version (.NET Core and Angular project).

Thanks, SRTMDEV

Hello Team, We are getting below error while login via Externa Login. Currently we try OKTA Trial account in which we are facing issue. With OKTA Developer account it successfully run. Mainly this has been marked when 2 Stage/Multiple Authentication has been enabled in OKTA.

Error: 'An item with the same key has already been added. Key: http://schemas.microsoft.com/claims/authnmethodsreferences'

Thanks, I have created an issue https://github.com/aspnetzero/aspnet-zero-core/issues/4306.

We are unable to check progress. Can you confirm is this release in latest ANZ version?

Hi @SRTMDEV

Thank you for your contribution. You can follow the progress here https://github.com/aspnetzero/aspnet-zero-core/issues/4339

We are unable to check progress. Can you confirm is this release in latest ANZ version?

Hello Team, Thanks for your OpenID connect suggestion and we have tried it with OKTA and is work as expected by apply some settings. Now as you know we can provide App Logo in OKTA user which can provide directly login to the configured application. Do have any idea that do we need to do any ANZ which can auto login from OKTA platform?

Showing 11 to 20 of 106 entries