You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by Rob Young <bo...@gmail.com> on 2016/07/19 20:46:12 UTC

User role/permission store suggestions?

Hi there,

I’m working on a project where we’re using Shiro to authenticate users from
both an OAuth provider and a private based provider we’re using login forms
for.  Shiro is great for tying the users together - it’s still early days,
I need to start storing authorization data for users, I was wondering if
you fine folks could recommend a service or project I could use to store
authorization permissions/roles in?

Thanks,
Rob

Re: User role/permission store suggestions?

Posted by I PVP <ip...@hotmail.com>.
I am using Apache Cassandra to store roles and permissions.

--
IPVP


From: Rob Young <bo...@gmail.com>
Reply: user@shiro.apache.org <us...@shiro.apache.org>
Date: July 20, 2016 at 8:57:32 AM
To: user <us...@shiro.apache.org>
Subject:  Re: User role/permission store suggestions?

Thanks - we're evaluating stormpath for sure!  Rolling our own with a RDBMS is probably what's going to happen...

On Wed, Jul 20, 2016 at 12:41 AM, Lenny Primak <lp...@hope.nyc.ny.us>> wrote:
The obvious answer is Stormpath,
Some other options would be:
- any RDBMS
- any NoSQL DBMS

> On Jul 19, 2016, at 4:46 PM, Rob Young <bo...@gmail.com>> wrote:
>
> Hi there,
>
> I’m working on a project where we’re using Shiro to authenticate users from both an OAuth provider and a private based provider we’re using login forms for.  Shiro is great for tying the users together - it’s still early days, I need to start storing authorization data for users, I was wondering if you fine folks could recommend a service or project I could use to store authorization permissions/roles in?
>
> Thanks,
> Rob



Re: User role/permission store suggestions?

Posted by Rob Young <bo...@gmail.com>.
Thanks - we're evaluating stormpath for sure!  Rolling our own with a RDBMS
is probably what's going to happen...

On Wed, Jul 20, 2016 at 12:41 AM, Lenny Primak <lp...@hope.nyc.ny.us>
wrote:

> The obvious answer is Stormpath,
> Some other options would be:
> - any RDBMS
> - any NoSQL DBMS
>
> > On Jul 19, 2016, at 4:46 PM, Rob Young <bo...@gmail.com> wrote:
> >
> > Hi there,
> >
> > I’m working on a project where we’re using Shiro to authenticate users
> from both an OAuth provider and a private based provider we’re using login
> forms for.  Shiro is great for tying the users together - it’s still early
> days, I need to start storing authorization data for users, I was wondering
> if you fine folks could recommend a service or project I could use to store
> authorization permissions/roles in?
> >
> > Thanks,
> > Rob
>
>

Re: User role/permission store suggestions?

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
The obvious answer is Stormpath,
Some other options would be: 
- any RDBMS
- any NoSQL DBMS

> On Jul 19, 2016, at 4:46 PM, Rob Young <bo...@gmail.com> wrote:
> 
> Hi there,
> 
> I’m working on a project where we’re using Shiro to authenticate users from both an OAuth provider and a private based provider we’re using login forms for.  Shiro is great for tying the users together - it’s still early days, I need to start storing authorization data for users, I was wondering if you fine folks could recommend a service or project I could use to store authorization permissions/roles in?
> 
> Thanks,
> Rob