Base solution for your next web application

Activities of "byteplatz"

Thanks a lot Halil,

I will try your suggested solution

Thanks again

Bruno

Thank you Halil.

I will try to reproduce the test and let you know

Bruno

The issue here is :

If I resolve ILocalizationManager inside test class constructor = its not registered.

If I resolve inside a [Fact] it works

Is this expected behavior ?

BRuno

Is this OOB for Abp ?

I could not find anything ready to use with signalR.

Do we need to implement the resolver/install signalr nuget manually ? Or does abp have something ready ?

Bruno

Actually it's domain based not port based...

We manages it to work with different ports and same cookie name

Legacy and new coexisting now

Kind regards

Bruno

We are using azure ad through wsfederation and it's working fine for quite a while...

We also made it work with on premises adfs...

It's basically simple in the code view...

You just need to authorize he app on azuread and configure abp basically with few options

I will take a look at your pr

Bruno

One more catch, if you use WS-Federation + ADFS (or AzureAD) you don't need LDAP Auth. ADFS does that for you

Bruno

I would avoid windows authentication (its not designed for SSO). Instead you should use WS-Federation External Auth (It works fine with Abp, we have it in place).

Then you can use either AzureAD + Sync with your internal AD OR Install ADFS (Active Directory Federated Services) and use Abp with OWIN/External Auth WS-Federation ...

This is the standard for the SSO on windows

Bruno

I have opened an issue on GitHub regarding transaction and UoW on EventBus when using 02 dbcontexts (from separated module)

[https://github.com/aspnetzero/aspnet-zero/issues/85])

I need this in a certain level of priority. If you could take a look I would greatly appreciate.

Bruno

By removing the EntityChangedEventData handler it Works fine.

My understanding for this behavior (listening both parente/child event when inheriting) this will be the flow:

The lower level event handler get called, in this case it should be EntityCreatedEventHandler....then, because of the inheritance, EntityChangedEventHandler...

But the EntityCreatedEventHandler is called twice...

Thoughts Halil ?

Bruno

Showing 1 to 10 of 40 entries