3863 2
OAuth login error "Warning URL blocked: This redirect failed because the redirect URI is not white-listed in the app's client OAuth settings"

Hi. When trying to login using Facebook in ASP.NET MVC application, I am getting this error as shown below

Warning URL blocked: This redirect failed because the redirect URI is not white-listed in the app's client OAuth settings. Make sure that the client and web OAuth logins are on and add all your app domains as valid OAuth redirect URIs.

how I can resolve this problem? Here is the screenshot of my faceboook authorization settings.

...

Type
Question
3845 0
What is .NET framework? & Understanding .NET framework architecture
In this article, I have explained what is .net framework, how we use it and for what we use .net. Article also explains about .NET framework architecture.
Type
Article
3841 1
How to get Currently logged in UserId in ASP.NET Core?

Hello, I would like to know how can I get currently logged in User ID using ASP.NET Core Identity in ASP.NET Core 3 or 6? Trying to Use MVC Version 'User.Identity.GetUserId()' but it doesn't help.

...
Type
Question
3803 2
Getting error 'Git failed with a fatal error' in Visual Studio 2017 when using Git for windows

I was trying to checkout from branch or you can say I was trying to change the branch of my Visual Studio 2017 project using Visual Studio's inbuilt Git, but I am facing the below error

...
Type
Question
3801 5
Display google pie Chart data per record in MVC

I have a survey in my MVC app and I need to display its results to a pie chart. This is what I have done by so far (according to this)

I would like to ask if it possible to bring the data for my Survey Model

...
Type
Question

3800 3
Access denied when permission of app to my application is denied with Facebook authentication in asp.net core

Hello. 

I have created an app at Facebook developer  is built in asp.net core . I have a client set up to be authorized with that IdentityServer.
Now when i try to access a secure resource on client application, identity server redirects me to my identityserver website. There i try to authenticate via Facebook . After logging in, Facebook  asks for the persmission that my identityserver needs to access . If i allow there, it all works fine .
But the issue arises when i click deny, then Facebook  app redirects to my identity server website with error="access_denied" in querystring and my identityserver website throws exception
regarding that access denied error.

How can I handle that situation given the fact that I do not allow the application to access information at Faceboook? Thanks.

...
Type
Question
3699 2
Difference between LocalDb and SQL SERVER Software?

What is the difference between creating database inside localDb in visualstudio and creating database in sqlserver and joining it in VS .

...
Type
Question
3690 0
JWT Token Authentication using Web API in ASP.NET Core 6
In this article, we will learn how to authenticate users using JWT Token Authentication using Web API in ASP.NET Core 6, with step by step procedure.
Type
Article
3657 1
Can we use Nested switch case in C# or switch case under if else case in ASP.NET C#?

Hello,Can we use Nested switch case in C# or switch case under if else case in ASP.NET C#? If yes, can anyone provide an example? I have been successfully able to redirect users to certain pages depending on the basis of the ratings. Now I want to redirect them depending on the basis of the ratings as well as DestinationID. I have attached the code for redirecting users depending on the ratings done by them.

...
Type
Question
3649 1
How to add, edit & delete data into database using treeview with checkbox in ASP.NET MVC with entity framework.

How to add,Edit and delete data into database using treeview with checkbox in ASP.NET MVC with entity framework.

...
Type
Question

Page 23 of 31