Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oktadev/okta-microservice-security-examples
Demos from Oktane18: API and Microservices Best Practices
https://github.com/oktadev/okta-microservice-security-examples
microservices microservices-architecture oauth okta secure-microservices security spring-boot
Last synced: 2 months ago
JSON representation
Demos from Oktane18: API and Microservices Best Practices
- Host: GitHub
- URL: https://github.com/oktadev/okta-microservice-security-examples
- Owner: oktadev
- License: apache-2.0
- Created: 2018-05-22T05:41:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T15:45:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-05T11:12:08.232Z (6 months ago)
- Topics: microservices, microservices-architecture, oauth, okta, secure-microservices, security, spring-boot
- Language: Java
- Size: 2.05 MB
- Stars: 18
- Watchers: 5
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - okta-microservice-security-examples - Demos from Oktane18: API and Microservices Best Practices (Java)
README
# API and Microservices Best Practices Examples
Demos from [Oktane18](https://www.okta.com/oktane18/): API and Microservices Best Practices with [Keith Casey](https://twitter.com/caseysoftware) and [Matt Raible](https://twitter.com/mraible).
If you believe the hype, microservices are faster to build and easier to manage than every solution out there. They also solve all the problems you didn’t realize you had and make a fantastic cup of coffee. It doesn’t matter what the question is, the answer is microservices. Unfortunately, reality is a little more complex and changing from tried and true architectures is stressful at best and catastrophic at worst.
In this session, we’ll walk through the principles and demonstrate the practices for building secure microservices using OAuth, fine-grained scope management, and repeatable, scalable processes.
Mentioned blog posts:
* [Get Started with Spring Boot, OAuth 2.0, and Okta](https://developer.okta.com/blog/2017/03/21/spring-boot-oauth)
* [Secure Server-to-Server Communication with Spring Boot and OAuth 2.0](https://developer.okta.com/blog/2018/04/02/client-creds-with-spring-boot)
* [Secure a Spring Microservices Architecture with Spring Security and OAuth 2.0](https://developer.okta.com/blog/2018/02/13/secure-spring-microservices-with-oauth)
* [Develop a Microservices Architecture with OAuth 2.0 and JHipster](https://developer.okta.com/blog/2018/03/01/develop-microservices-jhipster-oauth)