Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Nils Nilsson
    3. Posts
    N
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Nils Nilsson

    • RE: ProGet: Editing Feed(s) field in a project changes the field for all projects

      Hi Dean,

      Thank you for the swift reply and fix :)

      Best regards
      Nils Nilsson

      posted in Support
      N
      Nils Nilsson
    • ProGet: Editing Feed(s) field in a project changes the field for all projects

      Hello.

      When I edit the Feed(s) field on a project in ProGet, to associate the project to feeds for policies and tracking, it then sets the field to the same feeds for all other projects in my organization.

      In effect I can not currently have:
      Project A - association -> nuget_A
      Project B - association -> nuget_B
      As changing the setting in the editing pane for Project B also changes the setting for Project A

      Running ProGet v25.0.23.11 on Windows Server 2022

      Best regards
      Nils Nilsson

      posted in Support
      N
      Nils Nilsson
    • [Feature] ProGet: Set initial stage on builds scan

      Hi,

      I would like to be able to set the initial stage of a build when it is created through the usage of pgutil builds scan.
      pgutil builds create includes the --stage option, the same option should be added to pgutil builds scan

      Currently the stage always defaults to 'Build' when scanning a project

      This is true even if no stage named 'Build' exists, which is the case in my organization as all stages have been replaced to match the names of our deployment environments.

      Best Regards
      Nils Nilsson

      posted in Support
      N
      Nils Nilsson
    • [Feature] Scope SCA permissions to Project or "Project Group"/Assign Project to Feed Group

      Hi!

      I would like a feature where we can control permissions to Projects & Build on a Project basis, preferably with grouping similar to how feeds work.

      Best regards
      Nils Nilsson

      posted in Support
      N
      Nils Nilsson
    • RE: User can't view [Usage & Statistics] for packages when 'Manage Feed' is scoped to Feed Group

      Thanks for the quick response!

      I'm aware that I could have made sensitive information containing PID exposed to all users with access to the feed, but that is inappropriate within my organization.

      Best regards
      Nils Nilsson

      posted in Support
      N
      Nils Nilsson
    • User can't view [Usage & Statistics] for packages when 'Manage Feed' is scoped to Feed Group

      Hi

      I have assigned a group the 'Manage Feed' task permission for a feed group.
      However when my user tries viewing the [Usage & Statistics] page for a package within one of the feeds belonging to the Feed Group, they are denied due to lacking Admin_ManageFeed privilege.
      Auditing user privileges for the feed and/or feed group does return that they do indeed possess the Admin_ManageFeed privilege.

      Most other privileges that are connected to the 'Manage Feed' role do work as expected.

      If I instead assign 'Manage Feed' for all feeds they can view the page as expected.

      I'm using an enterprise ProGet license and version 2025.11

      posted in Support
      N
      Nils Nilsson
    • RE: SAML Authentication with Microsoft Active Directory

      Hi @rhessinger

      Thanks for telling me about the debug endpoint, would have been nice if debug options was made visible in the documentation, since there is already a header for troubleshooting -> https://docs.inedo.com/docs/installation/saml-authentication/various-saml-overview#troubleshooting.

      Using the debug output we managed to figure out our issue and get it working.
      In our case NameID was being sent as an attribute instead of being part of the subject, resolving that fixed our issue.

      <AttributeStatement>
        <Attribute Name="NameID">
            <AttributeValue>User ID</AttributeValue>
        </Attribute>
      </AttributeStatement>
      

      changed to

      <Subject>
        <NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">User ID</NameID>
      </Subject>
      

      Other information omitted for privacy.

      Thank you for your assistance in resolving this.
      Regards
      Nils

      posted in Support
      N
      Nils Nilsson
    • RE: SAML Authentication with Microsoft Active Directory

      Hi @rhessinger

      Thanks for rectifying the missing callback URL.
      Unfortunately it made no difference for our case as that was already the URL we were using.

      We made sure to verify that NameID is being sent in the claim without domain prefix.
      All other settings in our ADFS configuration looks as we would expect for a normal SAML integration.

      Currently any attempt att signing in using Single Sign-On returns this error: "ERROR: Object reference not set to an instance of an object."

      Regards,
      Nils

      posted in Support
      N
      Nils Nilsson
    • SAML Authentication with Microsoft Active Directory

      Hello.

      My organisation is attempting to configure SAML with our Microsoft Active Directory.
      We find that the documentation is lacking for this usecase and, even taking inspiration from the pages for AzureAD(EntraID) and PingID, could not produce a working integration.

      Primarily I haven't found any documentation that specify the callback urls for logon/logout.

      Thanks you for your advice,
      Nils Nilsson

      posted in Support
      N
      Nils Nilsson
    • 1 / 1