Hi, I have created an app at Facebook developer page and configured that with my Identity server application URL. Identity server4 application is built in asp.net core.
When user enter the website and tries to connect it using his/her Facebook account, then my app created under Facebook developer ask him the permission to allow the app to receive her information like email adress, age, etc, when user cancelled the permission he is redirected to page "Account/Login" I have followed the steps in this link : https://qawithexperts.com/questions/387/access-denied-when-permission-of-app-to-my-application-is-de
...
What is the difference between creating database inside localDb in visualstudio and creating database in sqlserver and joining it in VS .
...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.
...I would like to show custom errors in my Asp.NET MVC C# application, how can i achieve it?
...How to add,Edit and delete data into database using treeview with checkbox in ASP.NET MVC with entity framework.
...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.
...I am trying to delete a row from database in asp.net MVC C# using the code below
...In asp.net MVC, How can I send value from model in view to javascript file?
...