custom-authentication Questions
8
Solved
Here is the context:
I set up a resource in the API gateway. /user/company
This resource have 2 methods. Get and POST.
I have configured a custom Authorizer for this resource.
The problem:
I ...
Goree asked 14/5, 2018 at 13:30
5
Solved
For a Kinesis stream, I created a proxy API using AWS API Gateway. I added a custom authorizer using python Lambda for the proxy.
After publish of lambda function and deploy of API, I was able to s...
Sumerlin asked 28/7, 2016 at 3:6
2
Solved
How do get logging from custom authorizer lambda function in API Gateway?
I do not want to enable logging for API. I need logging from authorizer lambda function. I use a python lambda function and...
Brisesoleil asked 26/7, 2016 at 14:55
3
I want custom firebase authentication where a user manages the roles of subordinate users. I need guidance on understanding on how to implement my own backend authentication system. Everywhere the ...
Maragaret asked 3/9, 2017 at 12:40
2
I am trying to implement custom user model in my django application.
If I just copy and paste the code from this article, it works great. But I wish this custom user model to have permissions and ...
Joachima asked 10/4, 2016 at 21:54
2
I read that with Firebase I can allow users to sign in to my app using multiple authentication providers by linking auth provider credentials to an existing user account. Is possible linking custom...
Liberate asked 21/10, 2016 at 8:20
4
I have implemented my own custom authentication middleware and handler, and configured them in the app startup. This is all working fine.
In my custom auth handler where I have overriden HandleAut...
Doubletongued asked 16/5, 2017 at 20:1
2
Solved
How to call the authenticate() method of Custom written AuthenticationBackend of django in views.py?
I am working on a Django project in which I have defined a custom user model for which I have required to write the custom authentication method, by following the documentation I have written it li...
Strouse asked 8/2, 2020 at 12:27
1
Solved
I want to use a secret key (api key) authorization asp.net core web api. The key will be passed in Authorization header like given below,
ex. Authorization keytype;h43484344343bbhfdjfdfhj34343
I...
Elwira asked 4/10, 2017 at 2:45
1
I am planning to use the codes below for my web api security but i am not sure that is enough safe and logical way. I don't want to use OWIN and AspNet.Identity because it's very complicated for me...
Ritualize asked 16/7, 2015 at 10:13
1
Solved
I currently have an API going through our API Gateway, which has multiple Custom Authorizers attached - LiveAuthorizer and TestAuthorizer.
I'd like to change my custom authorizer based on the stag...
Quinsy asked 14/2, 2017 at 1:7
1
What I Need?!
I have an ASP.NET identity system setup and running with external logins. For whatever reason i need to setup a custom authentication after the ASP.NET identity authentication. Let me...
Microminiaturization asked 23/4, 2016 at 18:28
2
Solved
I'm using the new Azure Mobile Apps (not the old Mobile Services) as backend for my Xamarin-App. Mobile Apps comes with a bunch of Social Authentication Options (e.g. Twitter, Facebook...), but I w...
Olli asked 12/5, 2015 at 20:34
1
Solved
I'm implementing a custom authentication provider for using an external api following roughly the cookbook on the symfony website.
It works almost everything correctly, the listener listens the log...
Pustulate asked 26/3, 2013 at 9:56
3
I am using ASP.NET MVC 4 Web application as a front-end for some WCF services.
All the user log in/log out and session control is done on the back-end. MVC app should only store a single cookie wi...
Narine asked 1/10, 2012 at 11:23
1
Solved
I create my own IPrincipal and IIdentity implementation as shown below:
[ComVisible(true)]
[Serializable]
public sealed class CustomIdentity : IIdentity {
private readonly string _name;
private...
Jigaboo asked 24/5, 2012 at 17:17
2
Solved
This may be a slightly ignorant question but Im new to mvc so Im sorry!
I studied the nerd dinner auth model but In my app I have a complicated role based authentication. So What I do is this:
v...
Unbelt asked 25/12, 2010 at 19:0
2
Solved
I have a custom-authentication-provider defined in my Spring Security configuration. This class implements AuthenticationProvider, and I can successfully log in using the form defined on my page. T...
V2 asked 1/7, 2010 at 17:36
1
© 2022 - 2024 — McMap. All rights reserved.