XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • olivierlambertO

      🛰️ XO 6: dedicated thread for all your feedback!

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      15
      4 Votes
      15 Posts
      367 Views
      P
      Xen Orchestra, commit 71fa8 If I press the link to the Docker VDI [image: 1764368422555-screenshot-2025-11-28-at-23-18-10-xen-orchestra.png] I get to this page in XO5 [image: 1764368500474-ed4d1da4-6e4d-4705-a43c-8d85dd3b3769-image.png]
    • D

      XCP-ng Windows PV tools announcements

      Watching Ignoring Scheduled Pinned Locked Moved News
      37
      0 Votes
      37 Posts
      4k Views
      D
      @dom0 Yes, the Vates tools are our recommended guest tools for XCP-ng going forward.
    • D

      Translations

      Watching Ignoring Scheduled Pinned Locked Moved Non-English speakers
      2
      0 Votes
      2 Posts
      20 Views
      olivierlambertO
      Let me ping @gregoire and maybe @psafont
    • W

      Netbox 4.3 not supported

      Watching Ignoring Scheduled Pinned Locked Moved Advanced features
      6
      0 Votes
      6 Posts
      778 Views
      itservicesI
      Hi. I am a little late to the party. I have currently a stable situation with a Netbox 4.4.3 installation and XCP-NG 8.3 (up-to-date). Which exact commit for XenOrchestra fixed the issue for me personally I cannot tell. Now it is syncing just fine. Regards Marc
    • D

      SAML Auth with Azure AD

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      37
      1 Votes
      37 Posts
      5k Views
      D
      @olivierlambert Just to add another weird case of this situation I tell you my SAML-auth-adventures. I have just migrated a week ago from XOCE to XOA paid support this week and all the process was fine except the auth with the saml plugin. The commit I had in XOCE was [XO 5d92f - Master 3f604]. I compiled it the first week of this november so it wasn't very outdated. We use the MSEntraID SAML authentication and it was working fine in XOCE since at least one year ago. Mi process was like this: First, I installed XOA and imported the configuration from my old XOCE. Everything was fine and all was imported succesfully (backups, users, acls, etc.), including my plugin configurations. Note that I reused the https server certificate/private key and used the same IP and the same DNS (beacuse I turned off my XOCE before starting XOA). Everything was working fine except the saml auth plugin. I had the same "Internal server error" problem. I looked at the xo-server logs and the error was "invalid document signature" so, as Olivier said, we changed the configuration in MSEntraID to set the "Sign SAML response and assertion" on. Once we changed the configuration I thought the plugin would work again, but surprisingly not. If I try again SAML validation i still got the "Internal server error". When i checked again the xo-server logs I saw ahother exception, this time with the error "SAML assertion audience mismatch" and a reference to the issuer configuration of the plugin. The exact error I got from xo-server logs using "journalctl -u xo-server -f -n 50" was: "xoa xo-server[2370]: Error: SAML assertion audience mismatch. Expected: <id-of-MSEntraID-xo-validation> Received: spn:<id-of-MSEntraID-xo-validation>"I didn't understand this, because the configuration was exactly the same as I had in XOCE. In fact, I turned off XOA and turned on again XOCE just to test the plugin. The result was that in XOCE the plugin worked well. After many tries and some time of impostor syndrome we found the solution: I don't know why, but in XOCE compiled at the beginning of november you have to configure the issuer field of the plugin with the <id-of-MSEntraID-xo-validation> (8digit-4digit-4digit-4digit-12digit). Instead, in XOA deployed also this november, you have to set the issuer field to you XOA URL: https://<xo.company.net>/ I hope this will help, because it was a pain in the neck for us this week. BTW: @olivierlambert this "Internal server error" coming from an uncatched exception in the plugin was not very descriptive. Even a generic try-catch block just to show in the web interface the error would help... P.D.: I'm from Spain, so I do my best with my english P.D. 2: Great job with all the Vates virtualization stack! You are the best! Dani