ContributeAsync` is being called 3x during (external) login, and each time the `Identity.Application` is
user.readbasic.all");
// this is required for ClaimActions, otherwise they're not evaluated (
However, you can create a minimal
Add the required NuGet packages to the module's
- For the CheckLibs flag and the libs folder: If your minimal
- Use a minimal
UI Modularity](https://abp.io/docs/latest/framework/ui/
I want to build a
I decided to make a minimal
I am having trouble with the minimal
I have 3 projects:
I have seen that the related library is
I have seen that the related library is
I have seen that the related library is
Server=192.168.1.188;Port=3306;Database=SaaS\_spc;Uid=root;Pwd=shrhkjgs@-@;
> AdministrationService
=192.168.1.188;Port=3306;Database=SaaS\_spcadmin;Uid=root;Pwd=shrhkjgs@-@
> AuditLoggingService
=192.168.1.188;Port=3306;Database=SaaS\_spcadmin;Uid=root;Pwd=shrhkjgs@-@
> AuditLoggingService
;Port=3306;Database=SaaS_spcaudit;Uid=root;Pwd=shrhkjgs@-@;
LanguageService
=192.168.1.188;Port=3306;Database=SaaS_spcadmin;Uid=root;Pwd=shrhkjgs@-@
> AuditLoggingService
/apps/auth-
The
MyApplication.MobileGateway.abpmdl",
"folder": "gateways"
},
"MyApplication.AuthServer": {
"path": "apps/auth-
/apps/auth-
*-authserver$"
]
},
"
Why am I getting the following error in the browser (Chrome and Safari) when calling my
client_id=
- This prevents errors related to undefined menu items or
Same thing happens with my other ABP
- Deadlocks during ABP application startup, especially in large
It looks like I had some
Sorry how would
It looks like the
I'm only getting this with some of my larger ABP
When tenant login happens following lines are
GitHub Issue: Insufficient Session Termination](https://github.com/abpframework/abp/issues/19576)
- [ABP
sent you auth
Should I change any code in Auth
With Tenant Login
hi
Are you using
To provide a more integrated solution for accessing user claims in the
Claims Propagation in
- If you have disabled Dynamic Claims, the
Hi,
I am using
Hello,
I'm working with the ABP Framework using the
However, the
Analysis: I suspect the
integrated or "natural" approach within the ABP Framework to resolve this claims access issue between the
* **ABP Framework version**: v8.2.0
* **UI Type**: MVC
* **Database System**: EF Core (SQL
settings
9- save
10- logout from tenant
11- login to tenant
12- settings entered in step 8 above is
That check box was
We have public class `CustomLoginModel : LoginModel ` in the `Auth
external provider
5. logout of tenant
6. login again to cpattest tenant
7. the external provider is
[image.png](/QA/files/3a1bf3ccb3352e24cd6cdf908115b4e2.png)
Our Project is
- The `System.ObjectDisposedException` with Autofac's `LifetimeScope` in ABP
**
**Exception message and full stack trace**:
* **Steps to reproduce the issue**:
ABP 9.2.2 with
To ensure your
File System), especially when using app.UsePathBase for a subfolder (e.g., "/
In your Program.cs or Startup, after app.UsePathBase("/
When fetching appsettings.json in your
Hi,
I am getting the below error when I am launching my
Part of what complicates this is we want our application to be serviced from a subfolder of "/
> but i tried steps and not work,
I don't know about your LDAP
password
using (var ldapConnection = new LdapConnection())
{
ldapConnection.Connect(
hi
I don't know about your LDAP
var filter = $"(&(objectClass=person)(uid={testUserName}))"; this works for me when try this
var
real user password
using (var ldapConnection = new LdapConnection())
{
ldapConnection.Connect(
To achieve your requirements in an ABP
- For
What is
Its **
Am I
I´m on
I will try the Docker solution for SQL
information here, as hinted by the template)
- ABP 9.2.0
- MVC/Razor
- Public Web Site
- Separate Auth-
Version: 0.9.23
Current ABP Studio Version: 1.0.2
Tiered: Yes
Multi-Tenancy: Yes
UI Framework:
We’d like to review your usage and see if anything might be
indicates a misconfiguration or incompatibility in authentication, especially in tiered or separated Auth
A mismatch or
If you have recently cloned or deployed the project, ensure the `openiddict.pfx` file is not
To create and use a new LeptonX theme or customize the color schema for a
Reference the New Theme in Your Project
- In your
body.lpx-dark {
background-color: #6B4F28; /* Brown for dark mode */
}
```
- Add this file to your
.
## Step 1
Create this css file `
update the code in ConfigureBundles() in your module class
```csharp
Configure(options =>
{
//
I need information on what steps are needed to create a new LeptonX Theme for