Top "Custom-authentication" questions

AWS API Gateway Custom Authorizer AuthorizerConfigurationException

For a Kinesis stream, I created a proxy API using AWS API Gateway. I added a custom authorizer using python …

amazon-web-services aws-lambda aws-api-gateway custom-authentication
Custom AuthorizeAttribute with custom authentication

I am using ASP.NET MVC 4 Web application as a front-end for some WCF services. All the user log in/…

asp.net-mvc authorize-attribute custom-authentication
symfony2 login_check and custom authentication provider

I have the following code files from my project that works perfectly relating to custom authentication provider, and I can …

symfony custom-authentication
using custom IPrincipal and IIdentity in MVC3

I create my own IPrincipal and IIdentity implementation as shown below: [ComVisible(true)] [Serializable] public sealed class CustomIdentity : IIdentity { private …

asp.net-mvc-3 forms-authentication iprincipal iidentity custom-authentication
AWS API Gateway custom Authorizer strange showing error

Here is the context: I set up a resource in the API gateway. /user/company This resource have 2 methods. Get …

aws-api-gateway custom-authentication
Set HttpContext.User for the session

I've implemented custom authentication in ASP.NET MVC. If a valid user tries to login, I set the HttpContext.User = …

asp.net-mvc custom-authentication
Always HttpContext.Current.User.Identity.IsAuthenticated = false in MVC4 with windows authentication mode and not working correctly

I am trying to do customAuthorization in MVC when the authentication mode is "windows" public override void OnAuthorization(AuthorizationContext filterContext) { #…

c# asp.net-mvc asp.net-mvc-4 windows-authentication custom-authentication
How Custom Authentication Works in MongoDB Stitch

Following MongoDB Custom Authentication, it is given that any JWT Token with the minimal below fields works with the MongoDB …

mongodb jwt custom-authentication mongodb-stitch