Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. authentication
    Log in to post

    • ?

      Anonymous read-only access to feeds
      Support • proget authentication • • Acorn  

      14
      0
      Votes
      14
      Posts
      46
      Views

      ?

      I see, in that case, your network/server is not properly configured. This is not trivial to troubleshoot, and this is happening before the request hits our software. The most likely culprit is an invalid/missing SPN, and a domain administrator must add that. Here are some additional resources to follow: https://support.microsoft.com/en-us/kb/969060 http://www.sidesofmarch.com/index.php/archive/2011/11/04/troubleshooting-windows-authentication-in-iis/ http://serverfault.com/questions/341978/troubleshooting-windows-authentication-problems-no-challenge-in-iis-7-5 Search terms, "diagnosing windows authentication iis"
    • ?

      Authentication to Symbols Server
      Support • proget symbols authentication • • Acorn  

      5
      0
      Votes
      5
      Posts
      9
      Views

      T

      Now that the current version of Visual Studio seems to respect authentication challenges, we are adding support for this. The tracking issue is here: PG-1273
    • ?

      Disable dashbord access for unauthentiated
      Support • proget authentication • • Acorn  

      5
      0
      Votes
      5
      Posts
      10
      Views

      ?

      That sound like a good solution!
    • ?

      Authentication for users in other Domains
      Support • proget authentication ldap • • Acorn  

      6
      0
      Votes
      6
      Posts
      6
      Views

      ?

      As long as the Global Catalog can search the other forest it should work, if there is a restriction on that, then it will not find the user. By default however, it uses the Forest.GetCurrentForest() to determine which GC to query. We are now planning to make some improvements to the way authentication works as it is slowly becoming the #1 requested feature/improvement.
    • ?

      Anonymous user needs "Feeds_ViewFeed" to publish a package by an authenticated user
      Support • proget authentication publishing • • Acorn  

      3
      0
      Votes
      3
      Posts
      15
      Views

      ?

      The discussion for this question is here: http://stackoverflow.com/questions/29254068
    • ?

      LDAP Authentication for Package Upload but Anonymous for Feed Downloads
      Support • proget authentication ldap • • Acorn  

      3
      0
      Votes
      3
      Posts
      7
      Views

      ?

      I can see how to add named groups, but "Domain Users", "Everyone", "Authentication Users" don't seem to be recognized by the add users window. I think we are just going to use a large organizational group that covers most everyone so true anonymous access isn't needed anymore. Thanks!
    • ?

      "Custom API Key" Configuration does not work as expected
      Support • proget feeds authentication • • Acorn  

      2
      0
      Votes
      2
      Posts
      18
      Views

      ?

      This certainly used to work. It looks like nothing has changed on our end. I did some quick testing here with the latest NuGet client and can't seem to get it to send credentials with a push no matter what I do. Based on the error message you've pasted above, it looks like you're having the same issue (that message is only displayed if no auth credentials are present). You can double-check that this is happening in Fiddler, of course, but it looks like this is due to a change in behavior of NuGet.exe.
    • ?

      Bower and windows authentication
      Support • proget authentication ldap • • Acorn  

      4
      0
      Votes
      4
      Posts
      5
      Views

      ?

      If you go to Admin->All Settings and change IntegratedAuthenticationEnabled to False and click Save, then it should use forms/basic authentication with LDAP as the user directory source. Note that if you are hosting the web site with IIS, you'll also have to enable Forms authentication and disable Windows authentication in there for the site. If you're using the integrated web server, it should just work. Once configured like this, you can supply the username and password in the url for the client. There is an example of this available if you click on the configuring Bower link visible on the page for any Bower package in ProGet. As far as I know, this is the only way to get it to work.
    • ?

      "Authenticated Feeds" not usable with Nuget config-based credentials
      Support • proget nuget authentication • • Acorn  

      7
      0
      Votes
      7
      Posts
      55
      Views

      ?

      Just want to confirm that the issue is fixed in ProGet 3.4.7. Thanks!
    • ?

      Invalid feed name was specified
      Support • proget nuget feeds authentication • • Acorn  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      Do you by chance have a space (or other reserved character) in the feed name? If so, make sure it is URL encoded when you access it, e.g.: http://domain.com:81/nuget/Feed Name With Spaces
    • ?

      Cant get authentication to work
      Support • proget authentication • • Acorn  

      5
      0
      Votes
      5
      Posts
      5
      Views

      ?

      Hi again. I found that if i Grant AND Deny the Anonymous user "View Only" privilege then everything is fine.
    • ?

      How to authenticate with anonymous user disabled.
      Support • proget authentication • • Acorn  

      2
      0
      Votes
      2
      Posts
      12
      Views

      ?

      This appears to be the same bug as reported in this question. We'll have the fix available today. Thanks for the bug report!
    • ?

      Unauthorized access issue in ProGet 3.3.2 (was fine in 3.1.7)
      Support • proget authentication bug • • Acorn  

      2
      0
      Votes
      2
      Posts
      10
      Views

      ?

      We've reproduced this and implemented a fix- we'll have v3.3.3 available today to resolve this issue. Thanks for the bug report!
    • ?

      Private feed - log in in Visual Studio
      Support • proget authentication visual-studio • • Acorn  

      2
      0
      Votes
      2
      Posts
      7
      Views

      ?

      Just add the feed as per normal and when you want to add or update packages, Visual Studio will pop up a message box that allows you to enter the credentials for the feed when you select "Manage NuGet Packages..." or "Manage NuGet Packages for Solution..."
    • ?

      NuGet push prompting for credentials when using -ApiKey Admin:Admin
      Support • proget nuget packages api feeds authentication teamcity • • Acorn  

      13
      0
      Votes
      13
      Posts
      1485
      Views

      ?

      Yet one more solution (after 6+ months). After trying all the possible solutions mentioned above - if you are still seeing the error: Response status code does not indicate success: 405 (Method Not Allowed). then most likely you need to disable your WebDav IIS plugin. You may either remove the IIS feature from the machine or if you need to keep the feature you may disable it only for this website. You may do this by editing the Web.config file (by default located here: C:\Program Files\ProGet\WebApp) and add two entries as shown below: <system.webServer> <modules> <remove name="WebDAVModule" /> </modules> <handlers> <remove name="WebDAV" /> </handlers> </system.webServer>" Note: the Modules and Handlers section should already exist, you only need to add the line <remove name="xxx"> for each section. I think Proget Dev team should integrate this in the Web.config by default to prevent future issues.. Thanks HS
    • ?

      Locking down Proget
      Support • proget authentication • • Acorn  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      Yes, removing the privileges for the anonymous user will force authentication in the feed. You can also set an API key for the feed similar to NuGet.org feeds. For more info, see: http://inedo.com/support/documentation/proget/feeds/api-keys
    • ?

      "Add Package" button visible when not logged in
      Support • proget authentication • • Acorn  

      4
      0
      Votes
      4
      Posts
      3
      Views

      ?

      Should be a few days away!
    • ?

      Proxy Password Stored in Cleartext
      Support • proget authentication security • • Acorn  

      6
      0
      Votes
      6
      Posts
      6
      Views

      ?

      That sounds great, thanks a lot!
    • ?

      LDAP: Assign Privilages, Enable LDAP Authentication - Broken WebSite
      Support • proget proget-installation authentication ldap • • Acorn  

      1
      0
      Votes
      1
      Posts
      7
      Views

      No one has replied

    • ?

      How do I turn off token?
      Support • proget authentication • • Acorn  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      The only way to disable the API key is to enable LDAP authentication, which requires the Enterprise edition of ProGet. However, as an FYI, if you do not specify an API key for the feed but are using built-in authentication, the API key follows the pattern "username:password".
    • 1
    • 2
    • 3
    • 4
    • 3 / 4