开发者

Security in Webservice without login credentials

开发者 https://www.devze.com 2023-02-05 12:44 出处:网络
I\'m development a SOAP web service version 1.1 in Java. I have the following situation: there\'s a secured channel with ssh;

I'm development a SOAP web service version 1.1 in Java.

I have the following situation:

  1. there's a secured channel with ssh;
  2. customers don't have login credentials (they don't have username and password);
  3. when a customer opens an account is generated a session token;
  4. when a customer make requests is validated by their session token;
  5. when a customer account is open only him or employee is allowed to close the account (session timeout can't exist);

what is the best way to implement security in this situation? should i generate the session tokens or there is already apis/frameworks to do that job? Does STS (开发者_JAVA百科Security Token Service) able to do it without requirements of login credentials?

the purpose of that is to invoke the web service in android application.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号