Open Closed

Authorization Issue in Tiered App #3612


User avatar
0
rsg160 created
  • ABP Framework version: v5.3.3
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: "You are not Authenticated! You should sign in to perform this operation"
  • Steps to reproduce the issue:"

I was following the instructions in the tutorial (section: Authorization), Once Applied to the BookStoreAppService the policies, //GetPolicyName = BookStorePermissions.Books.Default; //GetListPolicyName = BookStorePermissions.Books.Default; //CreatePolicyName = BookStorePermissions.Books.Create; //UpdatePolicyName = BookStorePermissions.Books.Edit; //DeletePolicyName = BookStorePermissions.Books.Delete;

my web app is unable to consume the exposed API and shows the message in the picture. I wonder if I need to add some permission to the client app or something like that, should I be adding any configuration via UI? Important to highlight this is a tiered app


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you share the full steps to reproduce the issue? or a project liming.ma@volosoft.com

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11