Pivotal Engineering Journal
Technical articles from Pivotal engineers.
Home
Author
Tom Akehurst
@TomAkehurst
@tomakehurst
Posts By Tom Akehurst
Brian Watkins
Tom Akehurst
Mar 10, 2020
Faking OAuth2 Single Sign-on in Spring, 3 Ways
When your Java Spring web application depends on a third-party OAuth2 single sign-on service, tests can be slow, brittle, or difficult to control. In this article we’ll show you three ways to address these issues by faking OAuth2 single sign-on in your tests.
Categories:
Spring
Java
Testing
WireMock
OAuth2