Most voted "identity-server" questions
4 questions
Sort by count of
-
6
votes1
answer1709
viewsWhat’s the difference and benefits of using @@IDENTITY and OUTPUT INSERTED.ID
I’ve always used the @@IDENTITY to get the last inserted identity value, as in the example below. create Proc [dbo].[Arquivos] @IdArquivo int, @IdArquivo_Out int output as begin Set Xact_Abort on…
-
1
votes2
answers215
viewsIs it possible to have Identityserver4 and Authorization authentication in the API separately?
I recently asked a question in stackoverflow in English, but I may have expressed myself badly and I did not get the answer I wanted. Link in English. I have 3 different applications: Identityserver…
asp.net-mvc asp.net asp.net-web-api asp.net-core identity-serverasked 6 years, 8 months ago Raul Medeiros 152 -
0
votes0
answers31
viewsReturn "Authentication" property useAuthRequest() is coming "null" | expo-auth-Session
I have a problem with returning the accessToken and the idToken after authentication with lib expo-auth-Session, implemented for connection with the Identity Server. It opens the login page and…
-
0
votes0
answers38
viewsWhy is my application logging out after saving a record? - Asp.net MVC and Identity
When I first created my app (Asp.net core MVC) Identity was installed automatically. All login features, user records, among others, were created automatically. When I log in using my email,…
asp.net-mvc asp.net-mvc-5 asp.net-identity identity-serverasked 4 years, 7 months ago Master JR 1,853