This demo repository contains examples for Spring Cloud Gateway filters for the Spring/IO 23 talk by @martamedio and @abelsromero.
To start using the repo, youโll need:
-
A valid OIDC provider, for example Okta.
-
Then, create a local configuration to the resoruces directory with the following information.
NoteThis file is intended to contain secrets and is added in .gitignore. application-local.ymlsso: scope: openid,email issuer-uri: client-id: client-secret:
-
Start httpbin locally to prevent network issues.
docker run -d -p 8585:80 kennethreitz/httpbin