nextcloud / user_saml

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
https://portal.nextcloud.com/article/configuring-single-sign-on-10.html
GNU Affero General Public License v3.0
96 stars 76 forks source link

migrate away from removed event dispatcher #764

Closed icewind1991 closed 1 year ago

icewind1991 commented 1 year ago

The event dispatcher is dead, long live the event dispatcher

icewind1991 commented 1 year ago

It's needed to get the kerberos sso smb working (and fixing the currently failing CI for it), but for now I can continue testing it from the branch

juliusknorr commented 1 year ago

All right, just a note on user_saml CI, @blizzz started some work to move this to github actions and use new images https://github.com/nextcloud/user_saml/pull/712

Edit: Ah, think I misunderstood and you are rather referring to the kerberos tests in server

blizzz commented 1 year ago

I am going to branch off to stable-5.2 and adapt master to cater for 28. That would pave the way for this PR.

ArtificialOwl commented 1 year ago

Tested on globalscale setup

blizzz commented 1 year ago

adjusted (and rebased) according to https://github.com/nextcloud/user_saml/pull/767#issuecomment-1708149046