https://example.com/Abp/ApplicationConfigurationScript
Shall I encrypt this https://example.com/Abp/ServiceProxyScript
I want to encrypt this(https://example.com/Abp/ServiceProxyScript) for security reasons is it possible
We have deployed the ABP application for security testing and we have got CSP header missing Vulnerability
Please let us know how to configure the sever to return Content Security Policy HTTP header.
Is API based authentication exist? apart from openid
How to create access_token and refresh token manually by using identity server
I am calling the api(https://localhost:5001/connect/token) for authentication. I am getting the access token and refresh token successfully using password flow (grant type). After enabling the TFA for that user ,I am getting the response like Required TFA ** (https://localhost:5001/connect/token) **response. how to handle the TFA with password flow.
Hi I am trying to customize the identity server module to multitenant support. I have added the domain,domain.shared and ef modules. then removed the ignoremultitenancy support attribute from IdentityServerDbContext.
And I have added IMultiTenant to all entities related to Identityserver like clients,apiresources entities and also mapped the tenant attribute in IdentityServerDbContextModelCreatingExtensions.cs
then I am trying to do the migration using dbcontext getting below error,
Method not found: 'System.Nullable`1<System.Guid> Volo.Abp.IdentityServer.Clients.Client.get_TenantId()'.
Please help me for this issue
If you're creating a bug/problem report, please include followings:
Azure AD authentication working as we expected but single sign-out not happening even though logout url configured in the azure portal (app registration)
How to add the validation rule for existing properties, I want to add validation attribute to role name is there any extension method you have please let me know