All Projects → tanzu-japan → spring-security-oauth-workshop

tanzu-japan / spring-security-oauth-workshop

Licence: other
Spring Security OAuth Workshop

Projects that are alternatives of or similar to spring-security-oauth-workshop

Eirini
Pluggable container orchestration for Cloud Foundry, and a Kubernetes backend
Stars: ✭ 116 (+182.93%)
Mutual labels:  cloud-foundry
Idea Live Templates
My IntelliJ Live Templates
Stars: ✭ 207 (+404.88%)
Mutual labels:  cloud-foundry
app-autoscaler-release
Automated scaling for apps running on Cloud Foundry
Stars: ✭ 25 (-39.02%)
Mutual labels:  cloud-foundry
Gcp Service Broker
Open Service Broker for Google Cloud Platform
Stars: ✭ 133 (+224.39%)
Mutual labels:  cloud-foundry
Ibm Cf V2
Use GitHub Actions to automatically deploy the latest version of V2Ray to IBM Cloud Foundry
Stars: ✭ 194 (+373.17%)
Mutual labels:  cloud-foundry
Postfacto
Self-hosted retro tool aimed at helping remote teams
Stars: ✭ 224 (+446.34%)
Mutual labels:  cloud-foundry
Prometheus Boshrelease
Prometheus BOSH Release
Stars: ✭ 99 (+141.46%)
Mutual labels:  cloud-foundry
Management
Management Endpoints used to allow insight into your applications
Stars: ✭ 31 (-24.39%)
Mutual labels:  cloud-foundry
Todo Apps
Sample ToDo application (various languages) running on IBM Cloud
Stars: ✭ 195 (+375.61%)
Mutual labels:  cloud-foundry
cf-cli-resource
Cloud Foundry CLI Concourse Resource
Stars: ✭ 46 (+12.2%)
Mutual labels:  cloud-foundry
Kubo Release
Kubernetes BOSH release
Stars: ✭ 153 (+273.17%)
Mutual labels:  cloud-foundry
Bosh Bootloader
Command line utility for standing up a BOSH director on an IAAS of your choice.
Stars: ✭ 171 (+317.07%)
Mutual labels:  cloud-foundry
Oauth2-Stateless-Authentication-with-Spring-and-JWT-Token
Oauth2 Stateless Authentication with Spring and JWT Token
Stars: ✭ 108 (+163.41%)
Mutual labels:  spring-security-oauth2
Cli
The official command line client for Cloud Foundry
Stars: ✭ 1,613 (+3834.15%)
Mutual labels:  cloud-foundry
spring-petclinic-cloud
Fork of the Spring Cloud Microservices project packaged to be deployed on several Cloud platforms: Kubernetes and Cloud Foundry
Stars: ✭ 106 (+158.54%)
Mutual labels:  cloud-foundry
Configuration
.NET Configuration providers for Spring Cloud Config Server & CloudFoundry
Stars: ✭ 100 (+143.9%)
Mutual labels:  cloud-foundry
Stratos
Stratos: Web-based Management UI for Cloud Foundry and Kubernetes
Stars: ✭ 209 (+409.76%)
Mutual labels:  cloud-foundry
cf-rabbitmq-release
A BOSH Release of RabbitMQ
Stars: ✭ 29 (-29.27%)
Mutual labels:  cloud-foundry
btp-workflow-management-opensap
This repository contain the exercises for the openSAP course "Improve Business Processes with SAP Workflow Management."
Stars: ✭ 30 (-26.83%)
Mutual labels:  cloud-foundry
firehose exporter
Cloud Foundry Firehose Prometheus exporter
Stars: ✭ 27 (-34.15%)
Mutual labels:  cloud-foundry

Spring Security OAuth Workshop

Twitter風サービス(Tweeter)を作成して、OAuth 2の基本、およびSpring Security OAuthSpring Bootで使う方法を学びます。

image

  1. Resource Server (REST API)の準備
  2. Authorization Serverの作成
  3. CUIアプリケーション (Resource Owner Password Credentials)の作成
  4. Web UIアプリケーション (Authorization Code)の作成
  5. Web UIアプリケーション (Implicit)の作成 (サンプルコードのみ)
  6. Cloud Foundryにデプロイ
  7. Authorization ServerのUserをデータベースで管理 (TODO)
  8. Authorization ServerのClientをデータベースで管理 (TODO)
  9. JWTに対応 (TODO)
  10. Zuul連携 (TODO)

注意

Spring SecurityのOAuth対応はSpring Security 5でをコアに含まれる予定です(spring-security#3907)。

Spring Security OAuth自体には今後積極的な機能追加(OpenID Connect対応など)は行われないと思われます。

利用規約

無断で本ドキュメントの一部または全部を改変したり、本ドキュメントを用いた二次的著作物を作成することを禁止します。ただし、ドキュメント修正のためのPull Requestは大歓迎です。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].