OracleUserStore and OracleRoleStore Documentation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
apmcmillan3
Posts: 6
Joined: Tue 21 Oct 2014 13:07

OracleUserStore and OracleRoleStore Documentation

Post by apmcmillan3 » Tue 21 Oct 2014 18:37

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)

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: OracleUserStore and OracleRoleStore Documentation

Post by Shalex » Thu 06 Nov 2014 12:20

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.

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: OracleUserStore and OracleRoleStore Documentation

Post by MariiaI » Fri 21 Nov 2014 06:19

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.

Post Reply