Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    SAML / federation support

    Scheduled Pinned Locked Moved Support
    proget
    7 Posts 2 Posters 42 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Hello,

      Does ProGet Free (or Enterprise Basic) support SAML / federation?

      Thanks,
      Rad

      Product: ProGet
      Version: 3.8.6

      1 Reply Last reply Reply Quote 0
      • ? This user is from outside of this forum
        Guest
        last edited by

        It's not built in, but you could implement this through a custom User Directory.

        1 Reply Last reply Reply Quote 0
        • ? This user is from outside of this forum
          Guest
          last edited by

          Hi Alana,

          Thanks for getting back to me. Could you please elaborate more on the topic? Are you saying we'd have to create our own User Directory and map AD users to it? Or do it via groups somehow? Any further info would be greatly appreciated.

          Regards,
          Rad

          1 Reply Last reply Reply Quote 0
          • ? This user is from outside of this forum
            Guest
            last edited by

            A UserDirectory is a extensible component in ProGet that queries an external directory of principals (such as ActiveDirectory) to (1) authenticates users given a name/password, and (2) get groups for a particular authenticated user. It's like a lightweight MembershipProvider in ASP.NET.

            1 Reply Last reply Reply Quote 0
            • ? This user is from outside of this forum
              Guest
              last edited by

              Hi Alana,

              I see. Could you please provide some documentation / instructions for that as I don't see anything specific in ProGet Documentation.

              Thanks,

              1 Reply Last reply Reply Quote 0
              • ? This user is from outside of this forum
                Guest
                last edited by

                I'm afraid we don't currently have any guides/tutorials on creating a custom UserDirectory, as this is a very rarely used piece of functionality. If you inherit from the UserDirectoryBase class, the methods should be fairly straighforward as far as what to implement.

                However you can use reflector or another disassembler to see how the current directories work however, or request the code files for them.

                1 Reply Last reply Reply Quote 0
                • T Offline
                  thoven
                  last edited by

                  The Active Directory user directory has since been open-sourced here: https://github.com/Inedo/inedox-inedocore/blob/master/InedoCore/InedoExtension/UserDirectories/ADUserDirectory.cs

                  1 Reply Last reply Reply Quote 0

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  • 1 / 1
                  • First post
                    Last post
                  Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation