Activities of "shobhit"

  • 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:"
  • Which api endpoint i can use to find if 2 factor is enabled

is it valid for Anuglar also?

  1. ABP Framework version: v4.2.2
  2. UI type: Angular
  3. DB provider: EF Core
  4. Tiered (MVC) or Identity Server Separated (Angular): yes
  5. Exception message and stack trace:
  6. Steps to reproduce the issue:"
  7. What is the purpose of "organization unit"?
  8. can i use "organization unit" to filter data? if yes then how?
  9. is it possible that user of "organization unit" can view record of only self "organization unit" ? if not how we can achieve it?
  • 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:"

How i can remove the tenant "switch" buton in the email confirmation screen.

Answer

Thanks albert for help.

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:"

We are building our product based on ABP and currently having business license. Do you have any ticket management system available (like this one)? if yes how we can get access. if no, what is the other alternate.

2 bugs:

  1. Expernal provider setting update is not working as expected
  2. Expternal provider display is not working as expected

Thanks Maliming.

Now i am facing another issue:

  1. i have logged in as tenant
  2. i could see all external providers are enabled with default host setting

  1. i uncheck all of them and hit save (without adding any data). Success message displayed and ABPSetting table has new record having following data: [{"name":"AzureOpenId","enabled":true,"properties":[{"name":"Authority","value":null},{"name":"ClientId","value":null}],"secretProperties":[{"name":"ClientSecret","value":null}]},{"name":"Google","enabled":true,"properties":[{"name":"ClientId","value":""}],"secretProperties":[{"name":"ClientSecret","value":""}]},{"name":"Microsoft","enabled":true,"properties":[{"name":"ClientId","value":""}],"secretProperties":[{"name":"ClientSecret","value":""}]}]

  2. i refresh page and recheck the data. again all external providers are checked

  1. Now i have make changes in ABPSetting value like (manually set "enabled" as false)

[{"name":"AzureOpenId","enabled":false,"properties":[{"name":"Authority","value":null},{"name":"ClientId","value":null}],"secretProperties":[{"name":"ClientSecret","value":null}]},{"name":"Google","enabled":false,"properties":[{"name":"ClientId","value":""}],"secretProperties":[{"name":"ClientSecret","value":""}]},{"name":"Microsoft","enabled":false,"properties":[{"name":"ClientId","value":""}],"secretProperties":[{"name":"ClientSecret","value":""}]}]

  1. still user can see all provider options

Thanks. Got it. Appriciate all help

Thanks Maliming. Appriciate. Working as exptected. will do full testing.

Please help me on below points also:

  1. By default ABP don't provide UI for external provider except google, microsoft and twitter. how i can add UI for these providers i.e. extend the current ui.
  2. How to configure O365 external provider.
Showing 191 to 200 of 349 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30