Page 1 of 1

OracleUserStore and OracleRoleStore Documentation

Posted: Tue 21 Oct 2014 18:37
by apmcmillan3
Is there any documentation on how the use of OracleUserStore and OracleRoleStore? I have followed the one and only example I could find to get user authentication working, but now I need to write all the things to allow User and Role management, and it appears that these objects do not support anything needed to do so (example: UserManager.Users to get the list of users)

Re: OracleUserStore and OracleRoleStore Documentation

Posted: Thu 06 Nov 2014 12:20
by Shalex
ASP.NET Identity tutorials are available at http://www.devart.com/dotconnect/oracle/dcoracle.chm > Development Tools and Features > ASP.NET-Specific Features.

The IQueryableUserStore<TUser> interface is currently not supported. We will notify you when it is implemented.

Re: OracleUserStore and OracleRoleStore Documentation

Posted: Fri 21 Nov 2014 06:19
by MariiaI
ADO.NET implementation of ASP.NET Identity 2.0 support is improved:
  • The new IQueryableUserStore interface is implemented in the UserStore class.
    The new IQueryableRoleStore interface is implemented in the RoleStore class.
New build of dotConnect for Oracle 8.4.293 is available for download!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=1&t=30805.