watermark logo

Securing your Spring REST service with OAUTH 2 Implicit (password)

3 Views
admin
admin
03 Dec 2019

In this video I show how I would implement the OAUTH 2 Implicit flow to secure a RESTful web service.

*Please Note: I am not a security expert and all my these are personal experiences.

Source: http://wp.me/a4b6iL-2z
POM: http://wp.me/a4b6iL-2B

Dependancies:
===========

Maven: org.springframework:spring-core:3.2.0.RELEASE,Maven: commons-logging:commons-logging:1.1.1,Maven: org.springframework:spring-web:3.2.0.RELEASE,Maven: org.springframework:spring-context:3.2.0.RELEASE,Maven: org.springframework:spring-aop:3.2.0.RELEASE,Maven: aopalliance:aopalliance:1.0,Maven: org.springframework:spring-beans:3.2.0.RELEASE,Maven: org.springframework:spring-expression:3.2.0.RELEASE,Maven: javax.servlet:servlet-api:2.5,Maven: javax.servlet.jsp:jsp-api:2.1,Maven: org.springframework:spring-webmvc:3.2.0.RELEASE, Maven: org.springframework:spring-test:3.2.0.RELEASE, Maven: junit:junit:4.8.2, Tomcat 7.0.42, Maven: org.springframework:spring-core:3.2.0.RELEASE,Maven: commons-logging:commons-logging:1.1.1,Maven: org.springframework:spring-web:3.2.0.RELEASE,Maven: org.springframework:spring-context:3.2.0.RELEASE,Maven: org.springframework:spring-aop:3.2.0.RELEASE,Maven: aopalliance:aopalliance:1.0,Maven: org.springframework:spring-beans:3.2.0.RELEASE,Maven: org.springframework:spring-expression:3.2.0.RELEASE,Maven: javax.servlet:servlet-api:2.5,Maven: javax.servlet.jsp:jsp-api:2.1,Maven: org.springframework:spring-webmvc:3.2.0.RELEASE, Maven: org.springframework:spring-tes,t:3.2.0.RELEASE, Maven: junit:junit:4.8.2,jackson-all-1.9.11,org.springframework.security:spring-security-core:3.2.3.RELEASE,org.springframework.security:spring-security-web:3.2.3.RELEASE,org.springframework.security:spring-security-config:3.2.3.RELEASE,org.springframework.security:spring-security-acl:3.2.3.RELEASE,spring-security-oauth2-1.0.5.RELEASE, org.apache.httpcomponents:httpclient:4.3.4

Show more

0 Comments Sort By

No comments found

Facebook Comments

Up next