Most voted "identity" questions
16 questions
Sort by count of
-
7
votes3
answers455
viewsWhat is Google One Tap?
Browsing some sites, I saw a pop-up saying I can login using my google account: I wonder what exactly he is. I got to that website however it does not have many details of its functioning and how I…
-
2
votes1
answer437
viewsPass controller error to view
I am making a basic login form and I find myself in the following situation: I want to return an error if the user does not exist in the database and am doing so using "Modelstate.Addmodelerror".…
-
2
votes1
answer37
viewsDuplicate field ASP.NET Core MVC
Good morning I am developing a web application and in the registration part I put a CPF field but as it can not be equal to what exists in the bank it of the error, I wanted it to return an error…
asp.net mvc asp.net-core identity validationasked 4 years, 3 months ago Gabriel Rodrigues Pavolin 33 -
2
votes0
answers27
viewsContext User does not return username Asp Net Core 3.1 C#
I’m trying to get the username logged in by the User context inside a controller. I’m using Identity to manage login and JWT to authenticate requests in my controller. I can get the values:…
-
1
votes1
answer129
viewsName of a Role with accent in the Identity database
The need to create a Role with emphasis on the table of Roles of Identity in the database: "Technical". My question is whether this can generate further problems, perhaps at the time of checking…
-
1
votes0
answers33
viewsChange Password on first access using Identity Asp Net Error sending Email
I’m having a problem implementing a feature. The idea is: Make the User change password at first access(Since the user is created by someone else). How I’m using the Identity, I took logic of the…
-
1
votes1
answer177
viewsAsp Net Core MVC - Create Form with Multiple
It’s the first time I’ve asked a question, and I’m getting used to the page, so forgive me if I miss some rule. I’m new to Asp Net Core MVC and I’m picking up a lot to understand some things. The…
-
1
votes1
answer24
viewsFind Normalizedusername of Identity . NET core on the Azor pages
I need to display the user name on topbar. Razor by default provides a @User object as default but providing little user information. It has the name property but brings the username instead of the…
-
1
votes0
answers128
viewsDisengage Identity and handle Identityuser in the domain - Asp.net Core MVC 2.2
I want to implement Identity on my site, but not the way it comes in the MVC template with auth Individual from . net core 2.2, because I want to handle the Identityuser class on my domain, so that…
c# asp.net-mvc asp.net-core asp.net-identity identityasked 5 years, 2 months ago Márcio Sebastião 769 -
0
votes1
answer244
viewsPersonal Field Login to Identity
Personal A doubt that however seemingly silly I did not find in any article that talks about Identity. How can I customize authentication features to use email as the user name instead of using…
-
0
votes0
answers83
viewsSQL Identity declared (1, 1) inserting 0
I have a serious problem in my database. Some of my tables were created with Pk and Identity (1, 1) which is standard. However, when restoring the database some of these tables get PK NULL and when…
-
0
votes1
answer22
viewsAsp.Net Identity using Procedure
I am in need of your valuable help, I have a web project to do using Asp.net and I would like to use Identity to do the access control, use all existing features to make the safe login. Problem that…
-
0
votes0
answers86
viewsDisable Identity Entity Framework temporarily at runtime
I need to synchronize 2 databases, One stays on the local machine and one on the server, I get the data I need by Api via Json, And it returns me the model with the data I need to insert.. However…
-
0
votes0
answers69
viewsAsp.Net Core making unexpected logout
I’m learning to work with Asp.Net Core, using version 2.1. After logging in, the system unexpectedly logs out, I could not find the reason, if it was error, wrong configuration... I’ve looked in…
-
0
votes0
answers21
viewsHow to disconnect a user at the end of a given process in ASP.NET Identity C#
Good morning guys, I’m developing a solution where in a certain process of buying in e-commerce the system will automatically login using the data of a default user. The whole process will be…
-
-1
votes1
answer27
viewsHow to do one authentication for two different applications on MVC5?
Hey there, guys. I have two ASP.NET MVC5 applications on the same server on the same site. I’m trying to make one authentication valid for both projects. I have already set a cookie name for both…
asp.net-mvc asp.net asp.net-mvc-5 asp.net-identity identityasked 4 years, 4 months ago Gustavo Borges 19