About 50 results
Open links in new tab
  1. java - Spring Security Expression: "authenticated" vs.

    Oct 10, 2021 · According to the Spring Security docs, the expression to check whether a user is authenticated is isAuthenticated (). So we would do @PreAuthorize ("isAuthenticated ()"), for …

  2. 403 Forbidden vs 401 Unauthorized HTTP responses - Stack …

    Jul 21, 2010 · A clear explanation from Daniel Irvine [original link]: There's a problem with 401 Unauthorized, the HTTP status code for authentication errors. And that’s just it: it’s for …

  3. git - Adding SSH Key to GitHub and getting a message "You've ...

    Sep 11, 2023 · Writing any repo with git push always needs to be authenticated, and an SSH key makes the authentication easy to automate. Cloning or otherwise reading a private repo also …

  4. Spring Security: what do authorizeRequests (), anyRequest () and ...

    authorizeRequests() Allows restricting access based upon the HttpServletRequest using RequestMatcher implementations. permitAll() This will allow the public access that is anyone …

  5. How can I make SMTP authenticated in C# - Stack Overflow

    Nov 18, 2008 · The problem is the smtp was not authenticated from who send the message. How can I make SMTP authenticated in my program? does C# have a class that have attribute for …

  6. How to check if a user is logged in (how to properly use user.is ...

    The document says: Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated which is always False). This is a way to tell if the user has …

  7. java - Exception : javax.net.ssl.SSLPeerUnverifiedException: peer …

    Mar 6, 2012 · Based on this config, all the incoming requests should be handled with an authenticated user. When I was trying to connect to wss://<host>:<port>/websocket using …

  8. 5.7.57 SMTP - Client was not authenticated to send anonymous …

    I have to send mails using my web application. Given the below code showing The SMTP server requires a secure connection or the client was not authenticated. The server response was: …

  9. c# - Require authenticated user in asp.net core but require custom ...

    Apr 6, 2016 · Require authenticated user in asp.net core but require custom policy in some actions require custom policy Asked 9 years, 9 months ago Modified 1 year, 6 months ago …

  10. How to grant full permission for authenticated users for a folder …

    Jan 24, 2019 · I want to grant to the builtin authenticated user group access to my folder. After running my script i can see that the authenticated users has been added as a new entry in the …