Introduction
The Cloud Security "Hands-On" Workshop
Last updated
Was this helpful?
The Cloud Security "Hands-On" Workshop
Last updated
Was this helpful?
This is a workshop on building secure cloud-native applications using spring cloud security ( and ).
This workshop is the hands-on part of the .
Learning targets:
Interact with an Identity Provider (like or )
Learn how to authenticate on client and server side using OAuth2 and OpenID Connect
Development using and
We will extend the existing two microservices to use single sign authentication based on OAuth 2.0 and OpenID Connect (OIDC).
: This is central identity provider for single sign on which holds all users with their credentials
OAuth2/OIDC Resource Server (product-initial): The microservice providing product data maps to a resource server
OAuth2/OIDC Client (ui-initial): The UI microservice consuming the products maps to an OAuth2/OIDC client
These microservices have to be configured to be reachable via the following URL addresses (Port 8080 is the default port in spring boot).
Service
URL
Identity Provider
Client (UI)
Resource Server (Products)
Note: You can find more information on building OAuth 2.0/OIDC secured microservices with spring in and in