Use this tag for questions related to a principal programming principle.
In my rest service i can obtain the principal information after authentication using KeycloakPrincipal kcPrincipal = (KeycloakPrincipal) servletRequest.getUserPrincipal(); statement. Keycloak …
authentication jboss customization principal keycloakI have seen the following two accessible booleans: System.Web.Mvc.Controller.User.Identity.IsAuthenticated System.Web.Mvc.Controller.Request.…
c# asp.net-mvc authentication principalI want do get Active Directory Properties from a user and I want to use System.DirectoryServices.AccountManagement. my code: …
c# properties active-directory principal userprincipalI want to store extra information in the authenticated user so that I can have it easily accessible (like User.…
asp.net-mvc-2 forms-authentication identity principalI have Spring MVC REST channel: @Controller @RequestMapping("/rest") public class REST { and I have my method: @RequestMapping(value = "/doSomething") …
java spring spring-mvc httprequest principalThis sounds stupid but I find it really confusing: in MSDN the definition is the entity that can request SQL …
sql-server database-permissions principalIn an ASP.net application I'm using a Login control with a custom membership provider that I wrote. What I …
asp.net authentication identity principalI had to implement a custom "authentication provider" for a project, but I ran into troubles when trying to acces …
spring-security principalI am using multiple http elements [with different patterns] in my spring security configuration. Each points to a separate authentication …
spring security principal