Questions tagged as 'identity'

1
answer

GetUserAsyn returns null [net-core Identity]

Hi, I have a net core mvc project, where I use Identity for users, registration, login, etc. My problem is that when I log in I redirect it to the Index of article, where I want to take the user logged in with await _userManager.GetUserAsy...
asked by 02.09.2018 / 05:12
1
answer

Use Identity in asp.net mvc 5 project already created

I currently have a web app created with ASP.NET MVC 5, which is working with a database already created. At this point I would like to use Identity to create forms and user management to the page, the problem is that I do not know how to...
asked by 21.07.2018 / 20:50
0
answers

Identityserver4 tokens and recap

I'm testing identityserver4 with angular and I got a question about cone works ... Let's see ... I have an api mvc core application in the controller, for example authorize role = admin ok ... If you did not include the roles in the token, the a...
asked by 29.05.2018 / 11:33
1
answer

Update ApplicationUser data

I have problems with the following method. public async Task<string> EditUsuario( string id, string userName, string email, string phoneNumber, int accessFailedCount,...
asked by 02.04.2018 / 19:38
1
answer

Error to authenticate - ASP .NET MVC

Dear at the moment that I authenticate I generate this error, to which it is due thanks     
asked by 04.04.2018 / 17:44