Atividades de "Dicky.tech@gmail.com"

This Documentation URL is not opening for latest version of abp.io

https://docs.abp.io/en/abp/2.8/How-To/Azure-Active-Directory-Authentication-MVC

Share examples of single sign on for client app connected apps. Assuming that there is a mobile app that generates tokens on Azure BC can those tokens be used on a abp project ?.

Hi

Am still waiting.

All other features are working well. The API requests are very fast as well as UI response.

Why would tenant creation timeout.

Yes. It's true by default.

I edited it to false because as per https://support.abp.io/QA/Questions/1386/Can't-log-in-as-new-tenant#answer-a265843f-df4c-4f23-9128-39fcdeeec049

The solution is to set to false.

@maliming

The error is the same after changing the settings, see below

Responder

Most .net developers host there solutions on azure.

It's currently hectic to deploy abp.io app on azure, an automation script would be great.

Abp is a multi tenant application, I believe onboarding a new customer (creating a new tenant) is a manual process. Would be great to automate that. I.e a customer registers on the public portal and after approval a new tenant is created automatically.

Lastly, when hosted on azure and each customer wants to authenticate with there own azure tenant app registration how is this supposed to be configured?

New customer onboarding is currently missing

Shared

the tenant creation doesn't create the seed data. it appears some data messed up ? That is the tenant is created on the tenant table but no users, roles, permissions etc created

Responder

Add support for multitenant azure app configuration https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-convert-app-to-be-multi-tenant and azure tenant id on the tenants table.

@maliming

Steps.

  1. I created a project in 7.0.0. Chat module not enabled
  2. I Upgraded to 7.1.1 - enabled chat module - got the error when chatting with some users An error occurred while saving the entity changes. See the inner exception for details. ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Violation of PRIMARY KEY constraint 'PK_ChatUsers'. Cannot insert duplicate key in object 'dbo.ChatUsers'. The duplicate key value is (59482871-34e2-50fe-57e3-3a0a45c3d424).
  3. Upgraded to 7.2.0 -- the error changes when chatting with some users to, see above post for full logs ** [ERR] Sequence contains more than one matching element System.InvalidOperationException: Sequence contains more than one matching element**
  4. I run the below script on DB and the error disappears. DELETE FROM [xxxxx].[dbo].[ChatUsers] DELETE FROM [xxxxx].[dbo].[ChatMessages] DELETE FROM [xxxxx].[dbo].[ChatUserMessages] DELETE FROM [xxxxx].[dbo].[ChatConversations]

I will continue testing more scenarios and i will update.

hi Dicky.tech

Can you create a new question and share more info about this error?
We will refund your question count.

  1. Your ABP Framework version.
  2. Your User Interface type (Angular/MVC/React... etc.) if the issue is related to a specific UI
  3. Steps needed to reproduce the problem.

Let me create a ticket with steps to reproduce.

I updated my project from 7.0.0 to 7.2.1 https://support.abp.io/QA/Questions/5001

Mostrando 11 até 20 de 123 registros
Made with ❤️ on ABP v8.2.0-preview Updated on março 25, 2024, 15:11