Hi,
I'm using the template: ASP.NET MVC
If i'm correct, we are using Microsoft.Owin.Security namespace that contains types related to authentication. It's possible to use JWT in this template? How can I implement that?
Thanks in advice,
hi,
I want to migrate my database from mysql to oracle. I followed the next steps:
1- I install the Oracle.ManagedDataAccess and Oracle.ManagedDataAccess.EntityFramework nuget packages into your .EntityFramework and .Web projects.
2- I change myconnection string in the web.config file in order to work with my Oracle database:
<connectionStrings> <add name="Abp.Redis.Cache" connectionString="localhost" /> <add name="Default" providerName="Oracle.ManagedDataAccess.Client" connectionString="Data Source=SERVER:PORT/DB;User ID=;Password=;" /> </connectionStrings>
Note: I didn't change the constructor in the (Configuration.cs) file : public Configuration() > {
AutomaticMigrationsEnabled = false; ContextKey = "GlinttAccessManagement"; //SetSqlGenerator("MySql.Data.MySqlClient", new MySQLGenerator()); }
When I run the following command to add a migration for Oracle "Add-Migration "AbpZero_Initial", I have the following error:
System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Oracle.ManagedDataAccess.Client.OracleException,Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342'.
Thanks in advice
Hi,
LDAP Server Information (read-only access):
Server: ldap.forumsys.com
Port: 389
Bind DN: cn=read-only-admin,dc=example,dc=com
Bind Password: password
ou=mathematicians,dc=example,dc=com
username: gauss , password: password
It's possible to test this ldap server in aspnetboilerplate? I'm trying to use the following information:
Abp.Zero.Ldap.Domain: ldap.forumsys.com:389 Abp.Zero.Ldap.UserName: cn=read-only-admin,dc=example,dc=com Abp.Zero.Ldap.Password: password
How can I do the login?
UserName: ou=gauss ,dc=example,dc=com | <a href="mailto:[email protected]">[email protected]</a> | gauss.example.com | gauss Password: password
I cann't login in the application. Can you help me ?
Thanks in advice.
Hi there,
Is there any way to create new logs in auditlogs table through the webapi.
Hi there,
Is the LDAP implementation compatible with LDAP V3?
Best Regards,
Francisco Correia
Hi,
I'm using "ASP.NET MVC 5.x, ASP.NET Web API and jQuery".
Which encryption/decryption algorithm is used? It's Cipher Block Chaining (CBC)?
I have another question, can I change the encryption/decryption algorithm?
Thanks in advice.