You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by chris snow <ch...@gmail.com> on 2013/05/01 23:04:04 UTC

Fediz: how to configure STS with JDBC credential store?

It looks like the trunk of Fediz STS supports File and Ldap credential
stores.  Is there also support for JDBC credential stores?

Many thanks,

Chris

RE: Fediz: how to configure STS with JDBC credential store?

Posted by Oliver Wulff <ow...@talend.com>.
Hi Chris

There is no out-of-the-box support for a DB credentail store but it can be plugged in.
Due to the reason that authentication is configured through JAAS, you could use another JAAS LoginModule for DB.

Do you need the DB resource for the claims as well? This would require to implement a custom ClaimsHandler implementation.

Could you raise a JIRA? If you could provide a patch, that would be great :-)

Thanks
Oli
________________________________________
From: chris snow [chsnow123@gmail.com]
Sent: 01 May 2013 23:04
To: users@cxf.apache.org
Subject: Fediz: how to configure STS with JDBC credential store?

It looks like the trunk of Fediz STS supports File and Ldap credential
stores.  Is there also support for JDBC credential stores?

Many thanks,

Chris