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:
Hi Team,
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
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 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
Go to https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe
Paste the following code and run <iframe src="https://mot-r.co" style="width:1000px;height:700px" title="W3Schools Free Online Web Tutorials"> </iframe>
Login with the test credentials and it will fail