Activities of "bhasinp"

Hi @masum.ulu I sent you an email for the same

Thanks

Hi Team, Any updates on this ?

Check the docs before asking a question: https://abp.io/docs/latest Check the samples to see the basic tasks: https://abp.io/docs/latest/samples The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v8.1.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team,

  1. I have sent an email to liming.ma@volosoft.com with #Ticket number as subject along with a copy of the project.
  2. Run the dotnet and angular project
  3. Visit the login Page

  1. Sign in with the Default user U: admin P: 1q2w3E*

5.Notice the user is logged in and the same is shown on Top right corner, But the Left menu is only showing 1 item 6.Refresh the Page 7.After refresh the additional menu start appearing

Why this is happening? am I doing anything wrong?

Thanks

  • ABP Framework version: v8.1.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team,

I open the angular app, For login, it redirects me to the Host/API project for authentication, and I enter the credentials for auth and It redirects me back to angular. When the angular app opened for the first time, I saw the blank page and nothing else, and when I pressed the refresh only then it loads the angular project.

In Short, After authentication, I need to refresh the page of the angular app to load it correctly. Can you please help me what I'm missing in this?

Here is the env. config.

export const environment = {
  production: false,
  application: {
    baseUrl,
    name: 'myProj',
  },
  oAuthConfig: {
    issuer: 'https://{0}.myProj.com:44368/',
    redirectUri: baseUrl,
    clientId: 'myProj_App',
    responseType: 'code',
    scope: 'offline_access myProj',
    requireHttps: true,
  },
  apis: {
    default: {
      url: 'https://myProj.com:44368',
      rootNamespace: 'myProj',
    },
  },
} as Environment;

Can you

Thanks for update

Hi Team,

I'm using this already and its adding item on top not on bottom, please review screenshot

  • ABP Framework version: v7.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team, I want to add an additional option on top off General Settings, Please review the screenshot. Please let me know how can I achieve this without overriding the whole UI of eThemeLeptonXComponents.Settings

I found this article but its overriding the whole UI which I don't want to https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular ///... this.replaceableComponents.add({ component: YourNewGeneralSettingsComponent, key: eThemeLeptonXComponents.Settings, }); ///...

Can you suggest me how can I use both responseType: 'code' and 'token' simultaneously, because if I go with responseType: 'token' things work well in iFrame for registered user, but when I added AD Login I need to use responseType:'code' which is not working in iFrame. I will use registered users for iFrame and block AD login in iFrame

Please suggest

Yes But in my used case I need to make my web working in iFrame. Please suggest how can I achieve this

Thanks

Hi Team,

Here is how you can produce the same issue

  1. Go to https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe

  2. Paste the following code and run <iframe src="https://mot-r.co" style="width:1000px;height:700px" title="W3Schools Free Online Web Tutorials"> </iframe>

  3. Login with the test credentials and it will fail

Showing 1 to 10 of 80 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13