Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 529 Bytes

Auth Mocks

A collection of login provider mocks, powered by WireMock and delivered via Docker.

Currently just Google Sign-In, but more to follow.

Running

Requires Docker to be installed.

Run the following command to start the server:

docker run --rm -it --name auth-mocks -p 8080:8080

Verifying

To confirm successful startup and see the OAuth2 configuration settings visit http://localhost:8080 .

To perform a test login against the mock go to http://localhost:8080/test and hit the Login button.