Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rest service security

user12093089Jun 13 2016 — edited Jun 13 2016

Hi,

We have developed web service and need to add security. The idea is to create a separate service(eg. ABC) which can get requests from various clients and delegate them to different authentication methods, such as authenticate username/password in database, authenticate user in active directory through LDAP...and so on. We want to also want to create something where we can add some new authentication method without making code changes to or redeploying ABC.

While searching i found SASL. I think this might be the solution but couldnt find much material/examples online.

Can anybody help me with this?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 11 2016
Added on Jun 13 2016
0 comments
520 views