[ https://issues.apache.org/jira/browse/AXIS2-5985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203963#comment-17203963 ]
Robert Lazarski commented on AXIS2-5985: ---------------------------------------- Security is a broad term - just SSL is often enough rather than encrypting the soap envelope with digital signatures and such via Rampart. With Axis2 Rest via HTTP post, there is no SOAP Envelope. What type of token are you trying to generate and validate? I use axis2 with REST via JSON, so in that case the token generation is based on the JWT standards. Anyways, many token implementations require public and private keys via elliptic curve cryptography. > Axis2 web service using as rest endpoint, need to implement security > -------------------------------------------------------------------- > > Key: AXIS2-5985 > URL: https://issues.apache.org/jira/browse/AXIS2-5985 > Project: Axis2 > Issue Type: Task > Components: jaxws > Reporter: JustJoinedJava > Priority: Major > > I am using existing Axis2 web service (i.e. SOAP) as rest endpoints and I am > able to do it. But now I need to implement security, can somebody please > guide as rampart and rahas has lot of issues, I am not even able to implement > basic auth\usernametoken using it. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org