Activities of "shobhit"

Thanks. Working fine.

it is missing seperate identityServer Project

Hello Liangshiwei, I mean to say IdentityServer module in angular project. We have done some changes in the default project and i want to compare with default Identity server.

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:NA
  • Steps to reproduce the issue:"NA

How i can have identiy server module for 4.2.2

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team, We have hidden "Tenant selection" control in login page. Now we would like to pass the "tenantId" either in request header or as query string but it is not working. In header we are passing "__tenant" and in query string we have tried with "tenantId" parameter.

Answer

Hello Maliming, It's not working for me i.e. not hitting override method, seems i am missing something.

Answer

Hello maliming, "Email Confirmation" link is working fine for host but not working for tenant. Getting below error:

https://localhost:44388/Account/EmailConfirmation?userId=faed4fdc-712f-f6b4-95c4-3a010e9dc1fe&tenantId=289f26e2-b3b5-3989-274c-39ff6bddef81&confirmationToken=CfDJ8Hq%2FLQp%2F%2FzRKgTVJkX09EFxA6tONfYjecuq%2FdyDt9%2FlkX1xQOjHA%2BZUrqbrBwdHhaWxKdwq%2BFfTVki5fJm2wPbJSytVZ2zQK9xBpm0a0rYaSsQZmbSgL8SzrrnVSHB7ivEBayxAHiBcOhWzVsAb68vBRm%2BumxUtIGHqTT7twScRt9XBzMVbppfXRlroblrIgVgDHfmUQSnsC%2Fo6d9T0dqXLRO%2BMr%2BMZeqsUEan%2FWA0Xy9vTxXnZOLxahR4Jy0up4TQ%3D%3D&returnUrl=http://localhost:4200

ApplicationException: Current tenant is different than given tenant. CurrentTenant.Id: , given tenantId: 289f26e2-b3b5-3989-274c-39ff6bddef81

Hello maliming, Thanks for link. But can you help me more preciously what classes i have to extend. For ex. regarding point 1, i got one answer

  1. An admin user, registers a new user

    1. In *.Application, Create new class and override IdentityUserAppService --> CreateAsync() method
  2. A user do self register

  3. A user do self login first time via LDAP/ AzureAD (user registeration is inbuilt process if user doesn't exist)

  4. A Role assigned or removed from the user

  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:NA
  • Steps to reproduce the issue:"NA

hi Team, i Have following queries:

  1. Currently ABP bydefualt provides google, microsoft and twitter as external provider but we are going to support more like AzureAD, O365. In that case how ABP UI/ API will be supporting these extra external providers
  2. How to get all the external provider list for a particular tenant along with provider configuration
  3. we are our custom mobile app which will be providing lot of external provider like facebook, O365, Azure Ad also. How we can store these information in Identity server so that user login works seemless between our mobile app and ABP.
  4. How i can extend the custom sign-up/ external provider sign-up api/functions. We need this to integrate some more systems.
Question
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Team, I need class and method name which get invoked when. I have to extend these class on top of existing feature, if possible please share sample.

  1. An admin user, registers a new user
  2. a user do self register
  3. A user do self login first time via LDAP/ AzureAD (user registeration is inbuilt process if user doesn't exist)
  4. A Role assigned or removed from the user
Showing 221 to 230 of 349 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30