Activities of "rsg160"

  • 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

  • ABP Framework version: vX.X.X=
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi there, I trying to integrate ABP Identity Server with an external Identity provider, The idea is to integrate the project with ADFS using saml2 as communication protocol, I want to use ComponentSpace.saml2 component to manage this communication, this component is compatible con Identity Server, and in an Identity Server Vanilla project instance, the component adds a "SAML" btn to the login page as can be seen in the image. I was wondering if Abp provides support for this type of integration and if so any documentation that I can use other than the one in the link which hasn't been helpful in this case. Thanks in advance

https://docs.abp.io/en/abp/3.1/Authentication/Social-External-Logins

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 10:27